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 5705136 commit 8c0c68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:
stages:
- stage: env
jobs:
- job: Nodes
- job: Init
steps:
- task: NodeTool@0
displayName: 'Install Node.js'
Expand All @@ -18,7 +18,7 @@ stages:
- task: Cache@2
displayName: Cache Yarn packages
inputs:
key: '"yarn" | "$(Agent.OS)" | yarn.lock'
key: '"yarn" | "$(Agent.OS)"'
restoreKeys: |
"yarn" | "$(Agent.OS)"
"yarn"
Expand Down

0 comments on commit 8c0c68b

Please sign in to comment.