We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d5179 commit 8b3a957Copy full SHA for 8b3a957
.github/workflows/bench.yml
@@ -12,6 +12,9 @@ jobs:
12
runs-on:
13
group: phoenix
14
labels: gt
15
+ env:
16
+ ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
17
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
18
steps:
19
- name: Clone - PR
20
uses: actions/checkout@v3
.github/workflows/test.yml
@@ -140,6 +140,9 @@ jobs:
140
141
142
labels: ${{ matrix.lbl }}
143
144
145
146
147
- name: Clone
148
0 commit comments