This commit is contained in:
@@ -35,8 +35,7 @@ jobs:
|
||||
with:
|
||||
path: ${{ github.workspace }}/.yarn/cache
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
restore-keys: ${{ runner.os }}-yarn-
|
||||
|
||||
- name: Install dependencies
|
||||
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||
|
||||
Reference in New Issue
Block a user