Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 4, 2024
1 parent 628cff5 commit 87d53ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
node: [18.x, 20.x, 22.x, latest]
os: [macos-13, macos-latest, ubuntu-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: latest
- uses: actions/checkout@v4
- name: Install
run: npm install --ignore-scripts
Expand Down

0 comments on commit 87d53ed

Please sign in to comment.