ci: remove useless restore key
This commit is contained in:
parent
d5b0b31bf0
commit
96f3a45709
6 changed files with 0 additions and 12 deletions
2
.github/workflows/bench.yaml
vendored
2
.github/workflows/bench.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux-aarch64.yaml
vendored
2
.github/workflows/linux-aarch64.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/napi3.yaml
vendored
2
.github/workflows/napi3.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/windows-i686.yml
vendored
2
.github/workflows/windows-i686.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue