mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Using npm ci instead of npm install to reuse package-lock.json (#3648)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run bootstrap
|
||||
npm run build --if-present
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user