From c4db609f2c900f5765c5d604c3798d9af6e2b3a6 Mon Sep 17 00:00:00 2001 From: Adam Laycock Date: Fri, 10 Mar 2023 14:07:30 +0000 Subject: [PATCH] fix path --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 74710fe..5427351 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -27,7 +27,7 @@ jobs: id: node-cache uses: actions/cache@v3 with: - path: /node_modules + path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} - name: 📥 Download deps @@ -51,7 +51,7 @@ jobs: id: node-cache uses: actions/cache@v3 with: - path: /node_modules + path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} - name: 🧼 Lint