Skip to content

Commit e0d309d

Browse files
committed
Upgrade minimum Node.js version to 22.18
1 parent 5b71251 commit e0d309d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "tsc --build tsconfig.app.json --force",
1313
"build:tests": "tsc --project tsconfig.app.json --outDir dist-test --declarationDir dist && tsc --build tsconfig.test.json",
1414
"clean": "rm -rf dist* *.tsbuildinfo",
15-
"test": "npm run build:tests && node --test --experimental-test-snapshots",
16-
"test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots --experimental-test-snapshots"
15+
"test": "npm run build:tests && node --test --no-experimental-strip-types",
16+
"test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^22.17.0",
@@ -27,6 +27,6 @@
2727
"kleur": "^4.1.5"
2828
},
2929
"engines": {
30-
"node": ">=22"
30+
"node": ">=22.18"
3131
}
3232
}

0 commit comments

Comments
 (0)