Skip to content

Commit

Permalink
chore(ci): test on Node.js v22; add engines field
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/nodejs-test.yml
  • Loading branch information
boneskull committed Nov 19, 2024
1 parent 5da444b commit 1052075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node: [16.x, 18.x, 20.x]
node: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"rollup": "4.23.0",
"typescript": "5.6.3",
"yorkie": "2.0.0"
},
"engines": {
"node": "^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0"
}
}

0 comments on commit 1052075

Please sign in to comment.