File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 21
21
# We need to avoid using NodeJS v20, because it doesn't work with
22
22
# older glibc versions. See:
23
23
# https://github.com/actions/checkout/issues/1809.
24
- ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION : node16
25
- ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION : node16
26
24
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
27
25
28
26
CI : true
Original file line number Diff line number Diff line change 19
19
# We need to avoid using NodeJS v20, because it doesn't work with
20
20
# older glibc versions. See:
21
21
# https://github.com/actions/checkout/issues/1809.
22
- ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION : node16
23
- ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION : node16
24
22
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
25
23
26
24
DEBIAN_FRONTEND : noninteractive
You can’t perform that action at this time.
0 commit comments