We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6eea6 commit a019a1dCopy full SHA for a019a1d
.nvmrc
@@ -1 +1 @@
1
-16
+20
package.json
@@ -2,8 +2,8 @@
2
"name": "tests",
3
"private": "true",
4
"engines": {
5
- "node": ">=16 <17",
6
- "npm": ">=8 <9"
+ "node": "20.x.x",
+ "npm": "10.x.x"
7
},
8
"scripts": {
9
"test:base": "wdio run ./wdio.conf.ts --suite base",
readme.md
@@ -8,7 +8,7 @@ This repository contains tests for "React. Advanced" and "React. Base" lectures.
## Requirements
10
11
-- [NodeJS](https://nodejs.org/en/) (16.x.x);
+- [NodeJS](https://nodejs.org/en/) (20.x.x);
12
- [NPM](https://www.npmjs.com/) (8.x.x);
13
- [ChromeDriver](https://chromedriver.storage.googleapis.com/) (108)
14
0 commit comments