Add ARM github runner and change Node.js version (#210)

* WIP

* WIP
This commit is contained in:
Louis Lam 2023-11-29 14:59:39 +08:00 committed by GitHub
parent 157a74aafc
commit b4aa1b83a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [20.x] # Can be changed
os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
node: [18.17.1] # Can be changed
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code