1
0
Fork 0

Update unit-tests.yml

pull/1852/head
Aiqiao Yan 2024-10-15 15:08:40 -04:00 committed by GitHub
parent 4c113affef
commit 250d70de9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
runs-on: [macos-13, macos-14, macos-15]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
@ -28,7 +28,7 @@ jobs:
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20.18.x
- name: npm install
run: npm install