use node version 16 for github actions with linter
This commit is contained in:
parent
1b70a8862f
commit
0b6362ab18
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
|
||||
- run: yarn install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user