ci: Add cache key to build job
This commit is contained in:
parent
53c175f3d8
commit
33a304f7b7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue