Skip to content

Commit 3a4d0ed

Browse files
chore!: minimum supported Node.js version is 12.20.0
1 parent 23a4301 commit 3a4d0ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = (api) => {
1212
exclude:
1313
process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"],
1414
targets: {
15-
node: "12.13.0",
15+
node: "12.20.0",
1616
},
1717
},
1818
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "dist/cjs.js",
1515
"engines": {
16-
"node": ">= 12.13.0"
16+
"node": ">= 12.20.0"
1717
},
1818
"scripts": {
1919
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)