From 93b0395eb6002ff6e07a5fa14359cd5f9e1981f3 Mon Sep 17 00:00:00 2001 From: Yann-Thomas Le Moigne Date: Mon, 6 May 2024 21:28:11 +0200 Subject: [PATCH] fix actions - Remove npm cache on node install for github actions --- .github/workflows/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2182a02..1ca291d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: npm - name: Install dependencies run: pnpm install