Skip to content

Commit 8b3a957

Browse files
authored
Fix requirement for node20 for checkout (#505)
1 parent e1d5179 commit 8b3a957

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on:
1313
group: phoenix
1414
labels: gt
15+
env:
16+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
17+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1518
steps:
1619
- name: Clone - PR
1720
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ jobs:
140140
runs-on:
141141
group: phoenix
142142
labels: ${{ matrix.lbl }}
143+
env:
144+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
145+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
143146
steps:
144147
- name: Clone
145148
uses: actions/checkout@v3

0 commit comments

Comments
 (0)