Skip to content

Commit

Permalink
chore(node): bump minimum Node version to Node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node versions lower than 12 are no longer supported
  • Loading branch information
duniul committed May 31, 2021
1 parent 43832f0 commit d6c66f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"license": "ISC",
"engines": {
"node": ">=10"
"node": ">=12"
},
"files": [
"lib",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@semantic-release/git": "9.0.0",
"@types/jest": "26.0.23",
"@types/mock-fs": "4.13.0",
"@types/node": "15.6.1",
"@types/node": "12",
"@types/picomatch": "2.2.4",
"@types/supports-color": "8.1.0",
"@types/yargs": "16.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1091,10 +1091,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==

"@types/node@15.6.1":
version "15.6.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==
"@types/node@12":
version "12.20.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.13.tgz#e743bae112bd779ac9650f907197dd2caa7f0364"
integrity sha512-1x8W5OpxPq+T85OUsHRP6BqXeosKmeXRtjoF39STcdf/UWLqUsoehstZKOi0CunhVqHG17AyZgpj20eRVooK6A==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit d6c66f2

Please sign in to comment.