Changed cache-dependency-path

This commit is contained in:
Martin Berg Alstad 2023-07-16 20:28:27 +02:00 committed by GitHub
parent 2a42a2c8ad
commit 2db095cc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: ClientApp/package-lock.json
cache-dependency-path: '**/package-lock.json'
- name: Install
working-directory: ./ClientApp
run: npm ci