Skip to content

Commit

Permalink
Allow to use an older nodejs version in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Nov 12, 2024
1 parent 4f0f90f commit 115eaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
environment: CI
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
S3_HOST: ${{ secrets.S3_HOST }}
Expand Down Expand Up @@ -401,6 +402,7 @@ jobs:
runs-on: [self-hosted, linux-space, maerwald]
needs: ["build-linux"]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
TARBALL_EXT: tar.xz
ARCH: 64
DEBIAN_FRONTEND: noninteractive
Expand Down Expand Up @@ -696,6 +698,7 @@ jobs:
runs-on: ubuntu-latest
needs: ["bindist-linux"]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
TARBALL_EXT: tar.xz
ARCH: 64
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 115eaab

Please sign in to comment.