ci: remove useless restore key

This commit is contained in:
LongYinan 2020-11-30 22:14:05 +08:00
parent d5b0b31bf0
commit 96f3a45709
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
6 changed files with 0 additions and 12 deletions

View file

@ -52,8 +52,6 @@ jobs:
with:
path: node_modules
key: bench-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: 'Install dependencies'
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org

View file

@ -48,8 +48,6 @@ jobs:
with:
path: node_modules
key: lint-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: 'Install dependencies'
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org

View file

@ -58,8 +58,6 @@ jobs:
with:
path: node_modules
key: npm-cache-linux-aarch64-node@14-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: Install cross compile toolchain
run: sudo apt-get install gcc-aarch64-linux-gnu g++-6-aarch64-linux-gnu -y

View file

@ -54,8 +54,6 @@ jobs:
with:
path: node_modules
key: napi3-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: 'Install dependencies'
run: yarn add ava@2 --dev --ignore-engines

View file

@ -57,8 +57,6 @@ jobs:
with:
path: node_modules
key: npm-cache-${{ matrix.os }}-node@${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: 'Install dependencies'
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org

View file

@ -29,8 +29,6 @@ jobs:
with:
path: node_modules
key: npm-cache-windows-i686-node@lts-${{ hashFiles('yarn.lock') }}
restore-keys: |
npm-cache-
- name: 'Install dependencies'
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org