Remove restore key for CI cache

This commit is contained in:
Hammad Jutt
2020-07-28 15:05:48 -06:00
parent b63b69674d
commit b16219fdf1

View File

@@ -27,8 +27,6 @@ jobs:
with:
path: '**/node_modules'
key: nodeModules-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
nodeModules-
- name: Install packages
run: yarn --frozen-lockfile