From 0134837be41c3d8361b6df3b3c703a4419393290 Mon Sep 17 00:00:00 2001 From: "Strittmatter, Stephan" Date: Wed, 14 Feb 2024 01:12:38 +0100 Subject: [PATCH] chore: replace ci by install --- .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 2322289..ec29556 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,5 +26,5 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci + - run: npm install - run: npm run build --if-present