Skip to content

Commit

Permalink
feat: replace v14 with v12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlreadyBored committed Sep 8, 2021
1 parent f547309 commit 2de20f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Write your code in `src/st-sum-digits.js`.
---

#### Notes
1. We recommend you to use Node.js of version 14.x.x LTS. If you use any of features, that does not supported by Node.js v14, there may be problems with task submit.
1. We recommend you to use Node.js of version 12.x.x LTS. If you use any of features, that does not supported by Node.js v12, there may be problems with task submit.
2. Please, be sure that each of your tests is limited to 30 sec.

---
Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ minesweeper(matrix) => [
---

#### Внимание!
1. Рекомендуется использовать 14.x.x LTS версию Node.js. Если вы используете фичи, которые не поддерживаются 14 версией, могут быть проблемы с автопроверкой задания.
1. Рекомендуется использовать 12.x.x LTS версию Node.js. Если вы используете фичи, которые не поддерживаются 12 версией, могут быть проблемы с автопроверкой задания.
2. Перед отправкой результата убедитесь, что каждый ваш тест проходит не более чем за 30 секунд.

---
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=14.17.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlreadyBored/basic-js.git"
Expand Down

0 comments on commit 2de20f8

Please sign in to comment.