Skip to content

Commit

Permalink
tests: try to fix ubuntu bionic tests
Browse files Browse the repository at this point in the history
by forcing an older nodejs
  • Loading branch information
lazka authored and dcbaker committed Jul 15, 2024
1 parent 8a8a3a0 commit 9cc94a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/os_comp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ on:
- ".github/workflows/os_comp.yml"
- "run*tests.py"

# make GHA actions use node16 which still works with bionic
# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
# Unclear how long this will work though
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

permissions:
contents: read

Expand Down

0 comments on commit 9cc94a1

Please sign in to comment.