Skip to content

Commit 6db9799

Browse files
authored
chore(ci): cache npm cache dir between workflow execs (#436)
1 parent 5392089 commit 6db9799

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/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: '*'
20+
cache: 'npm'
2021
check-latest: true
2122
- name: Install dependencies
2223
run: npm ci

0 commit comments

Comments
 (0)