Skip to content

Commit c4ccaa5

Browse files
authored
build: use node 22 (#286)
1 parent 3fb15d8 commit c4ccaa5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^9.13.0",
45-
"@tsconfig/node20": "^20.1.4",
45+
"@tsconfig/node22": "^22.0.0",
4646
"@types/eslint__js": "^8.42.3",
4747
"@types/jest": "^29.5.14",
4848
"@types/lodash": "^4.17.13",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node20/tsconfig.json",
2+
"extends": "@tsconfig/node22/tsconfig.json",
33
"include": ["src/**/*"],
44
"exclude": ["node_modules"],
55
"compilerOptions": {

0 commit comments

Comments
 (0)