Compare commits
2 Commits
540b257d43
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a2f4ff22e | |||
| 6973957ab9 |
@@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }}
|
||||
- name: Install dependencies
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||
run: npm ci
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }}
|
||||
- name: Install dependencies
|
||||
if: steps.cache-deps.outputs.cache-hit != 'true'
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user