Merge pull request #4 from Vaqtincha/buildfix

Temporary fix for node20 GLIBC_2.28 version
This commit is contained in:
Dmitry Novikov 2024-09-06 06:12:30 +07:00 committed by GitHub
commit 5de2bdd475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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