Skip to content

Commit 68c506f

Browse files
committed
Auto merge of #16600 - lnicola:fix-release-3, r=lnicola
internal: Also downgrade node to 16 :roll_eyes:
2 parents 5390dba + 8544e72 commit 68c506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install Node.js
8181
uses: actions/setup-node@v3
8282
with:
83-
node-version: 18
83+
node-version: 16
8484

8585
- name: Update apt repositories
8686
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'

0 commit comments

Comments
 (0)