fix(ci): pr-build install pipeline

This commit is contained in:
2025-06-30 19:43:08 +03:00
committed by GitHub
parent a1828fa502
commit 37b1e9b51e

View File

@@ -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