Skip to content

Commit

Permalink
Allow Use Of Older Version Of Node JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jul 8, 2024
1 parent 2c76461 commit fbeee5c
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 fbeee5c

Please sign in to comment.