Skip to content

Commit

Permalink
node: [18.x, 20.x, 22.x, latest]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 4, 2024
1 parent ceb666c commit 97ce55a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.20.4, 20.18.0, 22.10.0]
node: [18.x, 20.x, 22.x, latest]
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node: [18.20.4, 20.18.0, 22.10.0]
node: [18.x, 20.x, 22.x, latest]
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: macos-15
strategy:
matrix:
node: [18.20.4, 20.18.0, 22.10.0]
node: node: [18.x, 20.x, 22.x, latest]
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22.10.0
node-version: latest
- uses: actions/checkout@v4
- name: Install
run: npm install --ignore-scripts
Expand Down

0 comments on commit 97ce55a

Please sign in to comment.