Skip to content

Commit 04061fb

Browse files
committed
update
1 parent 34598b0 commit 04061fb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
uses: actions/setup-node@v1
2323
with:
2424
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-
3225
- name: install dependency
3326
run: yarn install
3427
- name: lint

0 commit comments

Comments
 (0)