Skip to content

Commit 107daa7

Browse files
authored
CI: Allow use of node16 for release jobs (rust-lang#3322)
actions/checkout@v3 is causing trouble in the `BuildBundle-Linux` workflow as described in rust-lang#3321 . This PR sets `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true` to continue using `node16` so we don't find issues with `node20` dependencies in `ubuntu-18.04` jobs. This is the option recommended in this GitHub post: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Resolves rust-lang#3321
1 parent fcc9d8b commit 107daa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
env:
1818
RUST_BACKTRACE: 1
19+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1920

2021
jobs:
2122
build_bundle_macos:

0 commit comments

Comments
 (0)