Skip to content

Commit 1aac3e7

Browse files
committed
feat(ci): cache npm packages
1 parent 7910db5 commit 1aac3e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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: actions/setup-pdm@v4
3337
with:
3438
cache: true

0 commit comments

Comments
 (0)