There was an error while loading. Please reload this page.
1 parent 2f2077e commit 6a7b3abCopy full SHA for 6a7b3ab
.github/workflows/nodeCI.yml
@@ -23,16 +23,7 @@ jobs:
23
uses: actions/setup-node@v3
24
with:
25
node-version: ${{ matrix.node }}
26
- - name: Get yarn cache dir
27
- id: yarn-cache
28
- run: echo "::set-output name=dir::$(yarn cache dir)"
29
- - name: Yarn cache
30
- uses: actions/cache@v3
31
- with:
32
- path: ${{ steps.yarn-cache.outputs.dir }}
33
- key: ${{ runner.os }}-yarn-node${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
34
- restore-keys: |
35
- ${{ runner.os }}-yarn-node${{ matrix.node }}-
+ cache: yarn
36
- name: yarn install
37
run: yarn install
38
- name: yarn test
0 commit comments