Also downgrade node to 16
This commit is contained in:
parent
5390dbaa39
commit
8544e729f1
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 16
|
||||
|
||||
- name: Update apt repositories
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
|
||||
|
Loading…
Reference in New Issue
Block a user