Skip to content

Commit

Permalink
Update remaining references
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Apr 18, 2023
1 parent e3698ce commit c46eb5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=14.6.0"
"node": ">=14.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,6 @@
"caniuse-lite": "1.0.30001406"
},
"engines": {
"node": ">=14.6.0"
"node": ">=14.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/next/taskfile-swc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = function (task) {
env: {
targets: {
// follow the version defined in packages/next/package.json#engine
node: '14.6.0',
node: '14.18.0',
},
},
jsc: {
Expand Down

0 comments on commit c46eb5b

Please sign in to comment.