Skip to content

Commit 4dbe1b4

Browse files
ci: add npm cache
1 parent 22568d4 commit 4dbe1b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: 18
19+
cache: 'npm'
20+
cache-dependency-path: '**/package-lock.json'
1921

2022
- run: npm ci
2123

0 commit comments

Comments
 (0)