Update lint.yml
This commit is contained in:
parent
81a67ea000
commit
560b66d8a6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -22,9 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2.1.2
|
||||||
with:
|
|
||||||
node-version: 14.x
|
|
||||||
|
|
||||||
- name: Setup ESLint
|
- name: Setup ESLint
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
Loading…
Reference in a new issue