Skip to content

Commit b10c2a3

Browse files
committed
Still dealing with fallout from this NodeJS/glibc mess: actions/checkout#1809
1 parent 73ef0e6 commit b10c2a3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
# We need to avoid using NodeJS v20, because it doesn't work with
2222
# older glibc versions. See:
2323
# https://github.com/actions/checkout/issues/1809.
24-
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
25-
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
2624
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
2725

2826
CI: true

.github/workflows/regressions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
# We need to avoid using NodeJS v20, because it doesn't work with
2020
# older glibc versions. See:
2121
# https://github.com/actions/checkout/issues/1809.
22-
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
23-
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
2422
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
2523

2624
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)