Skip to content

Commit

Permalink
build: Bump node to 22.5.1 (#13118)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AbhiPrasad authored Aug 12, 2024
1 parent 38d9689 commit 345dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"yalc:publish": "lerna run yalc:publish"
},
"volta": {
"node": "18.20.3",
"node": "22.5.1",
"yarn": "1.22.22"
},
"workspaces": [
Expand Down

0 comments on commit 345dd74

Please sign in to comment.