Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Allow use of
node16
for release jobs (model-checking#3322)
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