Auto merge of #16600 - lnicola:fix-release-3, r=lnicola
internal: Also downgrade node to 16
🙄
This commit is contained in:
commit
68c506fd62
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 16
|
||||||
|
|
||||||
- name: Update apt repositories
|
- name: Update apt repositories
|
||||||
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
|
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
|
||||||
|
Loading…
Reference in New Issue
Block a user