We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b537e0f commit 273c879Copy full SHA for 273c879
.github/workflows/main.yml
@@ -32,6 +32,13 @@ jobs:
32
strategy:
33
fail-fast: false
34
35
+ env:
36
+ # Run actions/checkout@v3
37
+ # /__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)
38
+ #
39
+ # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
40
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
41
+
42
steps:
43
- uses: actions/checkout@v3
44
0 commit comments