Skip to content

Commit b05ee75

Browse files
committed
Bump min Node.js version to v22
1 parent ae60bc4 commit b05ee75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
node:
42-
- 20
4342
- 22
4443
- 24
44+
- 26
4545
os:
4646
- name: Ubuntu
4747
version: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"docs"
3838
],
3939
"engines": {
40-
"node": ">=20"
40+
"node": ">=22"
4141
},
4242
"scripts": {
4343
"build": "tsc --build",

0 commit comments

Comments
 (0)