Skip to content

Commit

Permalink
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION to true for build and multino…
Browse files Browse the repository at this point in the history
…de (#593)

Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll authored Jul 18, 2024
1 parent c4992d2 commit bc28d25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK ${{ matrix.java }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
- name: Set Up JDK 21
Expand Down

0 comments on commit bc28d25

Please sign in to comment.