Update workflow node version

This commit is contained in:
Dragon Fire
2021-02-11 20:53:00 -05:00
parent 6ea3c4874f
commit bfebe69881
+2 -2
View File
@@ -8,10 +8,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v14
- name: Install Node v15
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
- name: Install ESLint v7
run: npm install -g eslint@7