File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ jobs:
1414 uses : actions/setup-node@v1
1515 with :
1616 node-version : ${{ matrix.node-version }}
17-
18- # caches yarn dependencies in the yarn cache (not npm_modules)
19- # should help to speed up yarn install and be safe
20- # across changes to the repo and platforms
21- - name : Cache Yarn Deps
22- uses : c-hive/gha-yarn-cache@v1
17+ # caches yarn dependencies in the yarn cache (not npm_modules)
18+ # should help to speed up yarn install and be safe
19+ # across changes to the repo and platforms
20+ cache : ' yarn'
2321
2422 - run : echo "github.ref = ${{ github.ref }}"
2523
8583 with :
8684 node-version : 18
8785 registry-url : https://registry.npmjs.org/
88-
89- - name : Cache Yarn Deps
90- uses : c-hive/gha-yarn-cache@v1
86+ cache : ' yarn'
9187
9288 # frozen lockfile should make the cache more effective
9389 # and our tests more predictable
You can’t perform that action at this time.
0 commit comments