We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb9a30 commit d18505eCopy full SHA for d18505e
.github/workflows/check.yml
@@ -20,6 +20,8 @@ jobs:
20
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
21
# need to switch to root so that github actions can install runner binary on container without permission issues.
22
options: --user root
23
+ env:
24
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
25
26
steps:
27
- uses: actions/checkout@v3
0 commit comments