Skip to content

Commit 9d7cc07

Browse files
authored
chore: update rcedit for windows 2022 (#21)
* chore: update rcedit for windows 2022 * chore: fix tests * chore: update depdendencies
1 parent a7aefff commit 9d7cc07

8 files changed

Lines changed: 538 additions & 427 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ extends:
2929
- script: npm ci
3030
testPlatforms:
3131
- name: Linux
32-
nodeVersions: [14.x, 16.x, 17.x]
32+
nodeVersions: [22.x, 24.x]
3333
- name: MacOS
34-
nodeVersions: [14.x, 16.x, 17.x]
34+
nodeVersions: [22.x, 24.x]
3535
- name: Windows
36-
nodeVersions: [14.x, 16.x, 17.x]
36+
nodeVersions: [22.x, 24.x]
3737
testSteps:
3838
- script: npm ci
3939
- script: npm test

0 commit comments

Comments
 (0)