Skip to content

Commit 581c641

Browse files
authored
ci(node.js): workflow uses 'npm' cache (#1934)
[skip ci]
1 parent cb1c8b9 commit 581c641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v2
2626
with:
27+
cache: npm
2728
node-version: ${{ matrix.node-version }}
2829
- run: npm ci
2930
- run: npm run build --if-present

0 commit comments

Comments
 (0)