Skip to content

Commit b35799a

Browse files
build(nvmrc): bump Node.js version from 20 to 22
1 parent 6cc1cc1 commit b35799a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
2020
"test": "jest --watch",
2121
"test:ci": "CI=true jest --ci --colors --coverage",
22-
"test:esm": "npm run build:cjs && node --test src"
22+
"test:esm": "npm run build:cjs && node --test **/*.test.mjs"
2323
},
2424
"repository": {
2525
"type": "git",

0 commit comments

Comments
 (0)