Skip to content

Commit 946af42

Browse files
committed
feat(ci): cache npm packages
1 parent e7e029c commit 946af42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29+
2930
- uses: actions/setup-node@v4
3031
with:
3132
node-version: "lts/*"
33+
cache: npm
34+
cache-dependency-path: webpack/package-lock.json
35+
3236
- uses: pdm-project/setup-pdm@v4
3337
with:
3438
cache: true

0 commit comments

Comments
 (0)