Compare commits

...

2 Commits

Author SHA1 Message Date
Louis Lam ad00e8badf WIP 2023-11-29 14:54:18 +08:00
Louis Lam 771bcd5b3e WIP 2023-11-29 14:42:59 +08:00
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