Fix cache path again

pull/1/head
Zakhar Timoshenko 3 years ago
parent eeec630226
commit 4df2e92ce2

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

Loading…
Cancel
Save