Skip to content

Commit 591302b

Browse files
committed
chore: update node version
1 parent 8ecd6de commit 591302b

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
@@ -10,7 +10,7 @@ module.exports = (api) => {
1010
"@babel/preset-env",
1111
{
1212
targets: {
13-
node: "14.16.0",
13+
node: "14.15.0",
1414
},
1515
},
1616
],

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": ">= 14.16.0"
16+
"node": ">= 14.15.0"
1717
},
1818
"scripts": {
1919
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)