Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit aff298f

Browse files
authored
chore(ci): cache npm cache dir between workflow execs (#475)
1 parent 3b1b26a commit aff298f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v2
2424
with:
2525
node-version: '*'
26+
cache: 'npm'
2627
check-latest: true
2728
registry-url: 'https://registry.npmjs.org'
2829
if: ${{ steps.release.outputs.release_created }}

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v2
2828
with:
2929
node-version: ${{ matrix.node-version }}
30+
cache: 'npm'
3031
check-latest: true
3132
- name: Install dependencies
3233
run: npm ci

0 commit comments

Comments
 (0)