Skip to content

Commit

Permalink
use node16 on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
datanel committed Oct 17, 2024
1 parent 2d4b676 commit db78897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
build:
runs-on: [self-hosted, corefront, sandbox]
needs: [credentials, checks, precommit]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # see https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit db78897

Please sign in to comment.