Skip to content

Commit

Permalink
Merge pull request #1035 from microsoft/benibenj/accessible-wolf
Browse files Browse the repository at this point in the history
Update deprecated dependencies and move to Node 20
  • Loading branch information
benibenj committed Aug 15, 2024
2 parents b347c2b + 6b64546 commit f7ed2e1
Show file tree
Hide file tree
Showing 5 changed files with 736 additions and 155 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Read the [**Documentation**](https://code.visualstudio.com/api/working-with-exte

## Requirements

[Node.js](https://nodejs.org/en/) at least `18.x.x`.
[Node.js](https://nodejs.org/en/) at least `20.x.x`.

### Linux

Expand Down
6 changes: 3 additions & 3 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ extends:
- script: npm run build
testPlatforms:
- name: Linux
nodeVersions: [18.x, 20.x]
nodeVersions: [20.x]
- name: MacOS
nodeVersions: [18.x, 20.x]
nodeVersions: [20.x]
- name: Windows
nodeVersions: [18.x, 20.x]
nodeVersions: [20.x]
testSteps:
- script: npm ci
- script: npm test
Expand Down
Loading

0 comments on commit f7ed2e1

Please sign in to comment.