Skip to content

Commit e58300c

Browse files
committed
Store npm dependencies in GitHub Actions cache
1 parent f59f64c commit e58300c

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
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3535
with:
3636
node-version-file: .tool-versions
37+
cache: npm
38+
cache-dependency-path: package-lock.json
3739
- name: Install JDKs
3840
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
3941
with:

0 commit comments

Comments
 (0)