Skip to content

Commit

Permalink
fix: node 14 doesn’t have any arm64 builds, upgrade to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengming-Yan committed May 1, 2024
1 parent afd4627 commit 84cedfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
node-version: ["14.x"]
node-version: ["18.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: zendesk/checkout@v3
- name: Use Node.js
uses: zendesk/setup-node@v3
uses: zendesk/setup-node@v4
with:
node-version: "${{ matrix.node-version }}"
cache: "yarn"
Expand Down

0 comments on commit 84cedfe

Please sign in to comment.