Skip to content

Commit

Permalink
Node version update
Browse files Browse the repository at this point in the history
  • Loading branch information
romacher committed Jun 29, 2021
1 parent 25165d9 commit 1684160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Write your solution in `src/index.js`
4. Press the submit button and enjoy

### Notes
1. We recommend you to use nodejs of version 10 or lower. If you using any of features that does not supported by node v10, score won't be submitted.
1. We recommend you to use nodejs of version 14 or lower. If you using any of features that does not supported by node v10, score won't be submitted.
2. Please be sure that each of your test in limit of 30sec.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "node postinstall.js"
},
"engines": {
"node": "<=10"
"node": "<=14"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1684160

Please sign in to comment.