Skip to content

Commit

Permalink
CI: Allow use of node16 for release jobs (model-checking#3322)
Browse files Browse the repository at this point in the history
actions/checkout@v3 is causing trouble in the `BuildBundle-Linux`
workflow as described in model-checking#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 model-checking#3321
  • Loading branch information
adpaco-aws authored Jul 8, 2024
1 parent fcc9d8b commit 107daa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 16,7 @@ on:

env:
RUST_BACKTRACE: 1
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build_bundle_macos:
Expand Down

0 comments on commit 107daa7

Please sign in to comment.