Enable npm cache on setup-node action (#30577)

Enable npm dependency cache in
[setup-node](https://github.com/actions/setup-node). This should work
reliably and across branches as well.
This commit is contained in:
silverwind
2024-04-19 05:29:08 +02:00
repo.diff.committed_by GitHub
repo.diff.parent ba9b124c34
repo.diff.commit acfe29fc2b
repo.diff.stats_desc%!(EXTRA int=5, int=16, int=0)

repo.diff.view_file

@@ -24,6 +24,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- run: make deps-frontend frontend deps-backend
- run: npx playwright install --with-deps
- run: make test-e2e-sqlite