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 Aug 19, 2024
1 parent 7910db5 commit 1aac3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: npm
cache-dependency-path: webpack/package-lock.json

- uses: actions/setup-pdm@v4
with:
cache: true
Expand Down

0 comments on commit 1aac3e7

Please sign in to comment.