Skip to content

Commit

Permalink
chore!: minimum supported Node.js version is 12.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 17, 2021
1 parent 23a4301 commit 3a4d0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = (api) => {
exclude:
process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"],
targets: {
node: "12.13.0",
node: "12.20.0",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "dist/cjs.js",
"engines": {
"node": ">= 12.13.0"
"node": ">= 12.20.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit 3a4d0ed

Please sign in to comment.