Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Oct 27, 2023
1 parent aed3839 commit f22c840
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ stages:
displayName: 'Install Node.js'
inputs:
versionSpec: '18.10.0'
- script: |
node --version
yarn --version
yarn config list
yarn install
- task: Cache@2
displayName: Cache Yarn packages
inputs:
Expand All @@ -33,11 +38,7 @@ stages:
inputs:
versionSpec: '18.10.0'
displayName: 'Install Node.js'
- script: |
node --version
yarn --version
yarn config list
yarn --frozen-lockfile
- script: yarn --frozen-lockfile
displayName: 'Install'
- task: Bash@3
env:
Expand Down

0 comments on commit f22c840

Please sign in to comment.