Skip to content

Commit

Permalink
Global ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jul 4, 2024
1 parent 65d5a25 commit 37a4899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ env:
B2_LINK: shared,static
LCOV_BRANCH_COVERAGE: 0
CODECOV_NAME: Github Actions
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true


jobs:
posix:
Expand Down Expand Up @@ -102,7 +104,6 @@ jobs:
echo "GHA_USE_NODE_20=false" >> $GITHUB_ENV
else
echo "GHA_USE_NODE_20=true" >> $GITHUB_ENV
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
fi
- uses: actions/checkout@v3
Expand Down

0 comments on commit 37a4899

Please sign in to comment.