Skip to content

Commit 063708a

Browse files
authored
ci: use npm cache (#111)
1 parent ca41970 commit 063708a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
uses: actions/setup-node@v2
7272
with:
7373
node-version: ${{ matrix.node-version }}
74+
cache: 'npm'
7475

7576
- name: Use latest NPM on ubuntu/macos
7677
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)