Skip to content

Commit

Permalink
feat(ci): cache npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Jul 20, 2023
1 parent ed29ca7 commit 3f4b3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: npm
cache-dependency-path: webpack/package-lock.json

- run: pdm install
- run: pdm run build

Expand Down

0 comments on commit 3f4b3c4

Please sign in to comment.