Skip to content

Commit 6ce2676

Browse files
refactor: fix node.js version (#171)
1 parent bb4461d commit 6ce2676

File tree

3 files changed

+2124
-1985
lines changed

3 files changed

+2124
-1985
lines changed

babel.config.js

+1-1
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.17.0",
13+
node: "14.15.0",
1414
},
1515
},
1616
],

0 commit comments

Comments
 (0)