Skip to content

Commit a019a1d

Browse files
committedJan 24, 2024
production: * upgrade node version to 20
1 parent ad6eea6 commit a019a1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "tests",
33
"private": "true",
44
"engines": {
5-
"node": ">=16 <17",
6-
"npm": ">=8 <9"
5+
"node": "20.x.x",
6+
"npm": "10.x.x"
77
},
88
"scripts": {
99
"test:base": "wdio run ./wdio.conf.ts --suite base",

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains tests for "React. Advanced" and "React. Base" lectures.
88

99
## Requirements
1010

11-
- [NodeJS](https://nodejs.org/en/) (16.x.x);
11+
- [NodeJS](https://nodejs.org/en/) (20.x.x);
1212
- [NPM](https://www.npmjs.com/) (8.x.x);
1313
- [ChromeDriver](https://chromedriver.storage.googleapis.com/) (108)
1414

0 commit comments

Comments
 (0)
Please sign in to comment.