From 02f784a861acedbe0da187760b2a7ce1c3a78de6 Mon Sep 17 00:00:00 2001 From: CAMENSULI Christophe Date: Sun, 4 Feb 2024 20:35:24 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 05b9b26..0ace852 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -63,6 +63,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm cache clean --force - run: npm ci - run: npm run build --if-present - run: npm test