Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathy0908 committed Jul 12, 2024
1 parent b399405 commit d1d69c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/citest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
runs-on: [self-hosted]
steps:
- name: Set ENV
run: export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
run: |
export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
export ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16
export ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d1d69c2

Please sign in to comment.