Skip to content

Commit

Permalink
Allow Use Of Older Version Of Node JS. (adoptium#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jul 9, 2024
1 parent 2c76461 commit 6d39547
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 @@ -35,6 +35,8 @@ jobs:
build_linux:
name: Linux
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container:
image: ${{ matrix.image }}
strategy:
Expand Down

0 comments on commit 6d39547

Please sign in to comment.