Skip to content

Commit

Permalink
chore: use non-beta cache task on azure pipelines (jestjs#10194)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and sauravhiremath committed Jul 20, 2020
1 parent 9bb4c4d commit a78f4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
- script: node scripts/remove-postinstall
displayName: 'Remove postinstall script'

- task: CacheBeta@0
- task: Cache@2
inputs:
key: yarn | $(Agent.OS) | yarn.lock
path: $(YARN_CACHE_FOLDER)
Expand Down

0 comments on commit a78f4d5

Please sign in to comment.