Skip to content

Commit

Permalink
Remove Node 14, and 16 from test matrix. Add Node 18 and Node 20 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Nov 1, 2023
1 parent 690c5c8 commit cd3176a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 14.x
- 16.x
- 18.x
- 20.x

testSteps:
- script: npm ci
Expand Down

0 comments on commit cd3176a

Please sign in to comment.