Update lint.yml

This commit is contained in:
Helloyunho 2020-11-07 01:54:55 +09:00 committed by GitHub
parent 81a67ea000
commit 560b66d8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
uses: actions/setup-node@v2.1.2
- name: Setup ESLint
run: npm install