mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 03:24:03 +00:00
fix(ci): pr-build install pipeline
This commit is contained in:
3
.github/workflows/pr-build.yml
vendored
3
.github/workflows/pr-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user