CI: downgrade node env
This commit is contained in:
parent
3be876cc2e
commit
8349cc8cdb
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
|
||||
with:
|
||||
node-version: "17.x"
|
||||
node-version: "16.x"
|
||||
|
||||
- name: Install JavaScript Dependencies
|
||||
run: yarn install
|
||||
|
|
Loading…
Reference in a new issue