Skip to content

Commit 345dd74

Browse files
authored
build: Bump node to 22.5.1 (#13118)
Node 22 brings with it: - `node --run` to run scripts (fast) - stable `node --watch` - `glob` in `node:fs` which should allow us to remove a couple of our dependencies and clean up our scripts.
1 parent 38d9689 commit 345dd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"yalc:publish": "lerna run yalc:publish"
4444
},
4545
"volta": {
46-
"node": "18.20.3",
46+
"node": "22.5.1",
4747
"yarn": "1.22.22"
4848
},
4949
"workspaces": [

0 commit comments

Comments
 (0)