Skip to content

Commit af201cd

Browse files
authored
Engineering - remove node 16.x from test matrix (#967)
1 parent 0abc183 commit af201cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ extends:
3030
- script: npm run build
3131
testPlatforms:
3232
- name: Linux
33-
nodeVersions: [16.x, 18.x, 20.x]
33+
nodeVersions: [18.x, 20.x]
3434
- name: MacOS
35-
nodeVersions: [16.x, 18.x, 20.x]
35+
nodeVersions: [18.x, 20.x]
3636
- name: Windows
37-
nodeVersions: [16.x, 18.x, 20.x]
37+
nodeVersions: [18.x, 20.x]
3838
testSteps:
3939
- script: npm ci
4040
- script: npm test

0 commit comments

Comments
 (0)