Skip to content

Commit

Permalink
Use Node 18.18.1 for build and testing
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Oct 13, 2023
1 parent 9ec9fde commit 76daf44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.15.x
node-version: 18.18.1
cache: npm

- name: Run Tests (macOS, windows)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.15.x
node-version: 18.18.1
cache: npm

- name: Run Tests (macOS, windows)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ Extension Tester is a package that is designed to help you run UI tests for your
### Requirements

- **Visual Studio Code 1.37+**
- **NodeJS <=18.15.x**
- **NodeJS**
- 16.x.x
- 18.15.x
- 18.18.1
- Supported Operating Systems
- **Linux**
- **Windows**
Expand Down

0 comments on commit 76daf44

Please sign in to comment.