Skip to content

Commit 33ad792

Browse files
[test] override node version of checkout
1 parent 6c2d101 commit 33ad792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ jobs:
312312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313313
if: fromJSON(matrix.config.container) != null
314314
uses: actions/checkout@v3
315+
env:
316+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
315317

316318
- name: Install Node.js
317319
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'

0 commit comments

Comments
 (0)