We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34598b0 commit 04061fbCopy full SHA for 04061fb
.github/workflows/ci.yml
@@ -22,13 +22,6 @@ jobs:
22
uses: actions/setup-node@v1
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - name: cache node modules
26
- uses: actions/cache@v1
27
- with:
28
- path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
29
- key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
30
- restore-keys: |
31
- ${{ runner.os }}-yarn-
32
- name: install dependency
33
run: yarn install
34
- name: lint
0 commit comments