Skip to content

Commit

Permalink
Merge pull request #4 from Vaqtincha/buildfix
Browse files Browse the repository at this point in the history
Temporary fix for node20 GLIBC_2.28 version
  • Loading branch information
s1lentq authored Sep 5, 2024
2 parents 6ddf1f4 + f0b6426 commit 5de2bdd
Showing 1 changed file with 3 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 @@ -54,6 +54,9 @@ jobs:
outputs:
app-version: ${{ steps.app-version.outputs.version }}

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5de2bdd

Please sign in to comment.