Skip to content

Commit 38660fb

Browse files
ci: cache deps
1 parent 8518533 commit 38660fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: '18'
15+
cache: 'npm'
1516

1617
- name: Install dependencies
1718
run: npm ci

0 commit comments

Comments
 (0)