Skip to content

Commit

Permalink
Update text matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Apr 18, 2024
1 parent 9f83b81 commit 9ba0c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ extends:
- script: npm run build
testPlatforms:
- name: Linux
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
- name: MacOS
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
- name: Windows
nodeVersions: [14.x, 16.x, 18.x]
nodeVersions: [16.x, 18.x, 20.x]
testSteps:
- script: npm ci
- script: npm test
Expand Down

0 comments on commit 9ba0c08

Please sign in to comment.