chore: CI: update base node version
This commit is contained in:
parent
f565ed0dfe
commit
9a3cfc4ff2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "16.x"
|
node-version: "20.x"
|
||||||
|
|
||||||
- name: Install JavaScript Dependencies
|
- name: Install JavaScript Dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
Loading…
Reference in a new issue