Add `cache-dependency-path`

pull/1/head
Zakhar Timoshenko 3 years ago
parent f8bef28292
commit f6529986be

@ -16,6 +16,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm i --frozen-lockfile
- name: Build
run: npm run build

Loading…
Cancel
Save