From 37b1e9b51eeb2a475258f141a5c8396c13eaaf05 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 30 Jun 2025 19:43:08 +0300 Subject: [PATCH] fix(ci): pr-build install pipeline --- .github/workflows/pr-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 1d2e74f..9ea352a 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -18,9 +18,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: - node-version-file: '.nvmrc' cache: 'npm' - - run: npm ci + - run: npm ci || npm install shell: bash - run: npm run build --if-present shell: bash