This commit is contained in:
Louis Lam 2023-11-29 14:54:18 +08:00
parent 771bcd5b3e
commit ad00e8badf

View file

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