Skip to content

Commit 115eaab

Browse files
committed
Allow to use an older nodejs version in release CI
1 parent 4f0f90f commit 115eaab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
environment: CI
2121
runs-on: ubuntu-latest
2222
env:
23+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
2324
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2425
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2526
S3_HOST: ${{ secrets.S3_HOST }}
@@ -401,6 +402,7 @@ jobs:
401402
runs-on: [self-hosted, linux-space, maerwald]
402403
needs: ["build-linux"]
403404
env:
405+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
404406
TARBALL_EXT: tar.xz
405407
ARCH: 64
406408
DEBIAN_FRONTEND: noninteractive
@@ -696,6 +698,7 @@ jobs:
696698
runs-on: ubuntu-latest
697699
needs: ["bindist-linux"]
698700
env:
701+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
699702
TARBALL_EXT: tar.xz
700703
ARCH: 64
701704
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)