fix: rm cache modules temporarily (#96)

This commit is contained in:
Yang Libin 2021-11-24 20:26:26 +08:00 committed by GitHub
parent 378acb7ad4
commit 485700ab1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,17 +20,7 @@ jobs:
node-version: "12"
check-latest: true
- name: Cache node modules
uses: actions/cache@v2
id: cache
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm install
- name: Build