Skip to content

Commit fc2bc65

Browse files
committed
Support node22
1 parent 7d9a5a1 commit fc2bc65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
version:
9494
- 18
9595
- 20
96+
- 22
9697
runs-on: ubuntu-latest
9798
needs: [build]
9899
timeout-minutes: 3

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"devDependencies": {
65-
"@types/node": "^20.11.21",
65+
"@types/node": "^22.10.1",
6666
"@typescript-eslint/eslint-plugin": "^6",
6767
"@typescript-eslint/parser": "^6",
6868
"colors": "^1",
@@ -80,6 +80,6 @@
8080
"typescript": "~5.2"
8181
},
8282
"peerDependencies": {
83-
"@types/node": "^20"
83+
"@types/node": "^22"
8484
}
8585
}

0 commit comments

Comments
 (0)