ci(workflow): remove previous cache step

This commit is contained in:
Oscar Dominguez 2021-07-05 13:29:11 +02:00 committed by GitHub
parent 4fc9204e7a
commit 40c5f66953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,6 @@ jobs:
node-version: "12.x"
cache: yarn
- uses: actions/checkout@v2
- name: Cache node modules
uses: actions/cache@v2
with:
path: node_modules
key: yarn-2-cache-v1-${{ hashFiles('**/yarn.lock') }}
- name: install, bootstrap
run: |
yarn install --immutable