mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: fail the build if package-lock.json is out of sync (#4101)
This commit is contained in:
committed by
GitHub
parent
9a59d0a5d1
commit
b2807cecb3
2
.github/workflows/ci-master.yml
vendored
2
.github/workflows/ci-master.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install -g npm@latest
|
||||
npm install
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
npm run lint
|
||||
|
||||
2
.github/workflows/ci-pull-requests.yml
vendored
2
.github/workflows/ci-pull-requests.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install -g npm@latest
|
||||
npm install
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
npm test
|
||||
npm run lint
|
||||
|
||||
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
cd n8n
|
||||
npm install -g npm@latest
|
||||
npm install
|
||||
npm ci
|
||||
npm run build --if-present
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user