Skip to content

Commit 0abc183

Browse files
authored
Merge pull request #964 from microsoft/lszomoru/azure-credential
Add `--azure-credential` option to "publish", "unpublish" and "verify-pat" commands
2 parents 578f483 + 9ba0c08 commit 0abc183

7 files changed

+866
-30
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: [14.x, 16.x, 18.x]
33+
nodeVersions: [16.x, 18.x, 20.x]
3434
- name: MacOS
35-
nodeVersions: [14.x, 16.x, 18.x]
35+
nodeVersions: [16.x, 18.x, 20.x]
3636
- name: Windows
37-
nodeVersions: [14.x, 16.x, 18.x]
37+
nodeVersions: [16.x, 18.x, 20.x]
3838
testSteps:
3939
- script: npm ci
4040
- script: npm test

0 commit comments

Comments
 (0)