Skip to content

Commit

Permalink
Updates node. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Aug 5, 2021
1 parent 658dbce commit aebee10
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.0
14.17.4
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
collectCoverageFrom: ['**/*.sepc.js'],
collectCoverageFrom: ['**/*.test.js'],
coverageDirectory: '.coverage',
coverageThreshold: {
global: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"metadata"
],
"engines": {
"node": ">=8.6.0",
"node": ">=10.0.0",
"yarn": ">=1.0.0"
},
"main": "index.js",
Expand Down

0 comments on commit aebee10

Please # to comment.