Skip to content

Commit

Permalink
allow insecure node (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Jul 10, 2024
1 parent 3761898 commit e3a10a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
runs-on: ${{ matrix.runs-on }}
container:
image: ${{ matrix.image }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e3a10a0

Please sign in to comment.