Skip to content

Commit a2efc0a

Browse files
Merge pull request #793 from braze-community/build/nvmrc
build(nvmrc): bump Node.js version from 20 to 22
2 parents bb9cc4c + c994ae0 commit a2efc0a

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
@@ -17,7 +17,7 @@
1717
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
1818
"test": "jest",
1919
"test:ci": "CI=true jest --ci --colors --coverage",
20-
"test:esm": "npm run build && node --test src",
20+
"test:esm": "npm run build && node --test **/*.test.mjs",
2121
"test:watch": "jest --watch"
2222
},
2323
"repository": {

0 commit comments

Comments
 (0)