Skip to content

Commit c491380

Browse files
committed
use node 20 and higher
1 parent 547da2f commit c491380

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x]
16+
node-version: [20.x, 22.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

build/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ extends:
3434
testPlatforms:
3535
- name: Linux
3636
nodeVersions:
37-
- 18.x
3837
- 20.x
38+
- 22.x
3939
- name: MacOS
4040
nodeVersions:
41-
- 18.x
4241
- 20.x
42+
- 22.x
4343
- name: Windows
4444
nodeVersions:
45-
- 18.x
4645
- 20.x
46+
- 22.x
4747

4848
testSteps:
4949
- script: npm i

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/Microsoft"
2727
},
2828
"engines": {
29-
"node": "^18.17.0 || >=20.5.0"
29+
"node": ">=20.5.0"
3030
},
3131
"scripts": {
3232
"test": "mocha",

0 commit comments

Comments
 (0)