2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00

Temporary fix for node20 GLIBC_2.28 version (#319)

This commit is contained in:
Adrian Cirstea 2024-07-13 13:33:02 +03:00 committed by GitHub
parent 55166be670
commit 439396fc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,9 @@ jobs:
outputs: outputs:
app-version: ${{ steps.app-version.outputs.version }} app-version: ${{ steps.app-version.outputs.version }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3