ci: Add cache key to build job

This commit is contained in:
jamesread 2024-09-09 17:53:52 +01:00
parent 53c175f3d8
commit 33a304f7b7
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: |
**/package-lock.json
- run: npm ci
- run: npm run build