Skip to content

Commit

Permalink
chore: drop support for Node.js 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum Node.js version is 14
  • Loading branch information
clarkdo committed Sep 1, 2022
1 parent f9e2d62 commit 9f8b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"license": "MIT",
"engines": {
"node": ">=v12.22.12"
"node": ">=v14.20.0"
}
}

0 comments on commit 9f8b21c

Please sign in to comment.