Skip to content

Commit

Permalink
ci: add Node 22 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 25, 2024
1 parent a452daa commit f4694f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
package: [koam-core, koam-router]
include:
- node-version: 18
- node-version: 22
codecov: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">= 18"
},
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@9.6.0",
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit f4694f9

Please sign in to comment.