Skip to content

Commit cd3176a

Browse files
authored
Remove Node 14, and 16 from test matrix. Add Node 18 and Node 20 (#189)
1 parent 690c5c8 commit cd3176a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/azure-pipelines/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ extends:
3636
testPlatforms:
3737
- name: Linux
3838
nodeVersions:
39-
- 14.x
40-
- 16.x
39+
- 18.x
40+
- 20.x
4141

4242
testSteps:
4343
- script: npm ci

0 commit comments

Comments
 (0)