feat(ci): cache npm packages

This commit is contained in:
Jeff Dairiki 2024-08-18 19:05:44 -07:00
parent e7e029c04f
commit 946af425e7
1 changed files with 4 additions and 0 deletions

View File

@ -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: pdm-project/setup-pdm@v4
with:
cache: true