Skip to content

Commit 5a74478

Browse files
committed
chore: update engines ^20.17.0 || >=22.9.0 in package template
1 parent 70cd88d commit 5a74478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/template-oss/package-json.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"node":
44
{{! Set the CLI and private workspaces to the same version }}
55
{{~#if isRoot~}}
6-
"^18.17.0 || >=20.5.0"
6+
"^20.17.0 || >=22.9.0"
77
{{~else~}}{{~#if isPrivate~}}
8-
"^18.17.0 || >=20.5.0"
8+
"^20.17.0 || >=22.9.0"
99
{{~else~}}
1010
{{! All public workspaces get this version }}
11-
"^18.17.0 || >=20.5.0"
11+
"^20.17.0 || >=22.9.0"
1212
{{~/if~}}{{~/if~}}
1313
}
1414
}

0 commit comments

Comments
 (0)