mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
feat(ci): base cache key on package-lock.json
This commit is contained in:
parent
61db806f05
commit
cf1df9e6ed
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: v21.1.0
|
node-version: v21.1.0
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
cache-dependency-path: '**/package-lock.json'
|
||||||
|
|
||||||
- name: Install Dependencies and Build
|
- name: Install Dependencies and Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user