mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-06 14:00:21 +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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci || npm install
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user