Skip to content

Commit

Permalink
update depricated dependencies and move to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Aug 15, 2024
1 parent b347c2b commit ce9b369
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 153 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 ce9b369

Please sign in to comment.