mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-27 12:11:43 +02:00
fix: revert CI checks to ensure that the package-lock.json file is up to date (#4135)
* Revert "ci: fail the build if `package-lock.json` is out of sync (#4101)"
This reverts commit b2807cecb3.
* Update package-lock.json
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
cd n8n
|
||||
npm install -g npm@latest
|
||||
npm ci
|
||||
npm install
|
||||
npm run build --if-present
|
||||
env:
|
||||
CI: true
|
||||
|
||||
Reference in New Issue
Block a user