From 0b29f3da2a4e50f62c2217030dff0d12b3ce46d0 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Tue, 4 Jul 2023 12:19:57 +0200 Subject: [PATCH] add cache-dependency-path --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8831fc4..198eced 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,6 +120,7 @@ jobs: with: node-version: 18 cache: 'npm' + cache-dependency-path: package-lock.json registry-url: 'https://registry.npmjs.org' - name: Install dependencies @@ -148,6 +149,7 @@ jobs: with: node-version: 18 cache: 'npm' + cache-dependency-path: package-lock.json registry-url: 'https://registry.npmjs.org' - name: Install dependencies