We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b399405 commit d1d69c2Copy full SHA for d1d69c2
.github/workflows/citest.yaml
@@ -42,7 +42,10 @@ jobs:
42
runs-on: [self-hosted]
43
steps:
44
- name: Set ENV
45
- run: export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
+ run: |
46
+ export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
47
+ export ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16
48
+ export ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16
49
- name: Checkout
50
uses: actions/checkout@v2
51
with:
0 commit comments