Skip to content

Commit

Permalink
update az pipeline deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed May 6, 2024
1 parent c71323b commit 4ce72a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pipelines/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ stages:
clean: true

- task: NodeTool@0
displayName: Use Node 18
displayName: Use Node 20
inputs:
versionSpec: 18
versionSpec: 20
checkLatest: true

- script: npm install -g pnpm@7.33.5
displayName: Install pnpm
- script: npm install -g pnpm@8.15.8
displayName: Install pnpm 8

- script: |
git config --local user.email [email protected]
Expand Down
8 changes: 4 additions & 4 deletions .pipelines/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
persistCredentials: true

- task: NodeTool@0
displayName: Use Node 18
displayName: Use Node 20
inputs:
versionSpec: 18.x
versionSpec: 20.x

- script: npm install -g pnpm@7.33.5
displayName: Install pnpm
- script: npm install -g pnpm@8.15.8
displayName: Install pnpm 8

- bash: |
echo "##vso[task.setvariable variable=IMJS_TEST_SUPER_MANAGER_USER_PASSWORD;]$test_super_manager_password"
Expand Down

0 comments on commit 4ce72a4

Please sign in to comment.