Skip to content

Commit e406cc9

Browse files
renovate[bot]gr2m
andauthoredSep 29, 2022
ci(action): update actions/cache digest to 0ff0597 (#279)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
1 parent 7f2ad0a commit e406cc9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node_version }}
2525
cache: npm
26-
- uses: actions/cache@12681847c623a9274356751fdf0a63576ff3f846
27-
with:
28-
path: ~/.npm
29-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30-
restore-keys: |
31-
${{ runner.os }}-node-
3226
- run: npm ci
3327
- run: npm test --ignore-scripts
3428
test:

0 commit comments

Comments
 (0)
Please sign in to comment.