Skip to content

Commit

Permalink
CI: Try using env var to allow older node.js versions
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <garyo@darkstarsystems.com>
  • Loading branch information
garyo committed Jul 12, 2024
1 parent 29fb804 commit 3d10f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
github.event.pull_request.head.repo.full_name != github.repository
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3d10f39

Please sign in to comment.