Skip to content

Commit 5390dba

Browse files
committed
Auto merge of #16599 - lnicola:fix-release-2, r=lnicola
internal: Also downgrade actions/setup-node
2 parents f71049b + 8ca834c commit 5390dba

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
@@ -78,7 +78,7 @@ jobs:
7878
rustup component add rust-src
7979
8080
- name: Install Node.js
81-
uses: actions/setup-node@v4
81+
uses: actions/setup-node@v3
8282
with:
8383
node-version: 18
8484

0 commit comments

Comments
 (0)