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
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '16'
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user