Skip to content

Commit 5be6ab3

Browse files
committed
Use npm cache in Install check
1 parent 2be17b2 commit 5be6ab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
steps:
6969
- name: Setup Node.js
7070
uses: actions/setup-node@v3
71+
with:
72+
cache: npm
7173
- name: Download artifact
7274
uses: actions/download-artifact@v3
7375
with:

0 commit comments

Comments
 (0)