Skip to content

Commit

Permalink
ci: test with node 16, 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 3, 2024
1 parent 7ac8d18 commit 3a2c0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3a2c0ff

Please sign in to comment.