From 3872ac6d597a22f9da878820f4f92b2ca2f29956 Mon Sep 17 00:00:00 2001 From: REllEK Date: Thu, 3 Oct 2024 12:16:02 -0700 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6204e5d0..7bd260f1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,6 +26,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm ci --force - run: npm run build --if-present - run: npm test