Skip to content

Commit db78897

Browse files
committed
use node16 on github action
1 parent 2d4b676 commit db78897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
build:
115115
runs-on: [self-hosted, corefront, sandbox]
116116
needs: [credentials, checks, precommit]
117+
env:
118+
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/
117119
strategy:
118120
fail-fast: false
119121
matrix:

0 commit comments

Comments
 (0)