From 6950581c0ac4f30941f23950e4182105f764cf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:21:05 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ci:=20fix=20npm=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 9c2c104..93bc98f 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -16,6 +16,8 @@ jobs: with: node-version: "18.x" cache: "npm" + cache-dependency-path: website/package-lock.json + - run: npm ci - run: run run build