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