Add npm cache to CI workflow

This commit is contained in:
Martin Staiger 2026-04-02 18:32:06 +02:00 committed by GitHub
parent ec84ed4295
commit 92caef44eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,5 +12,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- run: npm ci
- run: npm run build