Skip to content

Commit

Permalink
chore: set correct minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 16, 2022
1 parent 68cf8e6 commit add667a
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 @@ -2,6 +2,6 @@ module.exports = {
presets: [
'@babel/preset-react',
'@babel/preset-flow',
['@babel/preset-env', { targets: { node: '10' } }],
['@babel/preset-env', { targets: { node: '12' } }],
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": "https://github.com/thymikee/snapshot-diff",
"engines": {
"node": ">=10"
"node": ">=12"
},
"peerDependencies": {
"jest": ">=16"
Expand Down

0 comments on commit add667a

Please sign in to comment.