Skip to content

Commit

Permalink
fix: allow node 16 in actions to build linux binary (#558)
Browse files Browse the repository at this point in the history
Bypasses unsupported node versions check
Node 16 is required to build linux binaries compatible with old distros
(see #449)

relates-to: actions/checkout#1809
  • Loading branch information
denis-maiorov-brightsec committed Jul 10, 2024
1 parent fe7dff3 commit 5db5178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
env:
VERSION: ${{ github.event.release.tag_name }}
TARGET_REF: ${{ github.event.release.target_commitish }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
install-deps:
Expand Down

0 comments on commit 5db5178

Please sign in to comment.