Skip to content

Commit d18505e

Browse files
authored
Temp use of older nodejs version before moving to Almalinux8 (#163)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent bcb9a30 commit d18505e

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)