Skip to content

Commit eae1d8d

Browse files
authoredJun 13, 2022
workflows: cache npm dependencies
1 parent c88845e commit eae1d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-node@v3
3131
with:
3232
node-version: ${{ matrix.node }}
33+
cache: npm
3334

3435
- run: node --version
3536
- run: npm --version

0 commit comments

Comments
 (0)
Please sign in to comment.