We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ad792 commit 7774a3dCopy full SHA for 7774a3d
.github/workflows/build.yml
@@ -312,8 +312,6 @@ 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