mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix Vue build issues (#3650)
* lock vue versions to patch. Not use docker cache in nightly builds * revert to using npm install
This commit is contained in:
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
name: npm install and build
|
||||
run: |
|
||||
cd n8n
|
||||
npm ci
|
||||
npm install
|
||||
npm run bootstrap
|
||||
npm run build --if-present
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user