Skip to content

Commit 4fb5b9a

Browse files
Temp use of older nodejs version before moving to Almalinux8 (#163)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit d18505e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6e44df commit 4fb5b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
2121
# need to switch to root so that github actions can install runner binary on container without permission issues.
2222
options: --user root
23+
env:
24+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
2325

2426
steps:
2527
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)