Skip to content

Commit 57e9a1a

Browse files
committed
meta: use Node.js "20 || 22" for new workspaces
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
1 parent 8624205 commit 57e9a1a

File tree

1 file changed

+1
-1
lines changed
  • workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace

1 file changed

+1
-1
lines changed

workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace/package.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"engines": {
6-
"node": "18 || 20"
6+
"node": "20 || 22"
77
},
88
"scripts": {
99
"tsc": "tsc",

0 commit comments

Comments
 (0)