update linter node-version (#1513)

This commit is contained in:
ChunkyProgrammer 2021-07-15 22:08:40 -04:00 committed by GitHub
parent 0ff1e65a9e
commit 3cc4656019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use Node.js 12.X - name: Use Node.js 14.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 12.X node-version: 14.x
- run: npm ci - run: npm ci
- run: npm run lint - run: npm run lint