Skip to content

Commit 9de400e

Browse files
fix: Update Node/npm version in package templates (#47)
1 parent 68656a0 commit 9de400e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: _templates/cdk-package/new/package-json.ejs.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ to: packages/<%= packageName %>/package.json
77
"license": "UNLICENSED",
88
"version": "0.1.0",
99
"engines": {
10-
"node": "^18.14.0",
11-
"npm": "9.x"
10+
"node": "^18.19.0",
11+
"npm": "10.x"
1212
},
1313
"scripts": {
1414
"build": "tsc",

Diff for: _templates/graphql/new/package/package-json.ejs.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ unless_exists: true
88
"license": "UNLICENSED",
99
"version": "0.1.0",
1010
"engines": {
11-
"node": "^18.14.0",
12-
"npm": "9.x"
11+
"node": "^18.19.0",
12+
"npm": "10.x"
1313
},
1414
"scripts": {
1515
"build": "tsc",

0 commit comments

Comments
 (0)