Skip to content

Commit

Permalink
Update test-and-release.yml
Browse files Browse the repository at this point in the history
Updated platform matrix #65
  • Loading branch information
marvingrieger authored Sep 15, 2024
1 parent 6bec884 commit a43492b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit a43492b

Please sign in to comment.