You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/workflow.yml
+2
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ jobs:
114
114
build:
115
115
runs-on: [self-hosted, corefront, sandbox]
116
116
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/
0 commit comments