We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d101 commit 33ad792Copy full SHA for 33ad792
.github/workflows/build.yml
@@ -312,6 +312,8 @@ jobs:
312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313
if: fromJSON(matrix.config.container) != null
314
uses: actions/checkout@v3
315
+ env:
316
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
317
318
- name: Install Node.js
319
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'
0 commit comments