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