Skip to content

Commit 071c5dd

Browse files
committed
Use cache: 'npm' in actions
1 parent a9461eb commit 071c5dd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.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@v3
2828
with:
2929
node-version: ${{ matrix.node-version }}
30+
cache: 'npm'
3031
- run: make github-ci
3132
env:
3233
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}

.github/workflows/try-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: latest
22+
cache: 'npm'
2223
- name: Init
2324
run: make init
2425
- name: Dry run

0 commit comments

Comments
 (0)