Skip to content

Commit d1d69c2

Browse files
committed
update env
1 parent b399405 commit d1d69c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/citest.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
runs-on: [self-hosted]
4343
steps:
4444
- name: Set ENV
45-
run: export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
45+
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
4649
- name: Checkout
4750
uses: actions/checkout@v2
4851
with:

0 commit comments

Comments
 (0)