Skip to content

Commit

Permalink
Force nodejs16 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecheng authored Jul 11, 2024
1 parent 590d126 commit 99adf6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ jobs:
label: macos-arm64
- os: macos-latest
label: macos-x64
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
- name: Install nodejs v20
if: ${{ matrix.label == 'centos-7' }}
run: yum install nodejs20

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 99adf6a

Please sign in to comment.