Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Dec 19, 2024
1 parent e7067e2 commit 0b8e818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
steps:
- name: Test
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
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: Setup Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0b8e818

Please sign in to comment.