ci: adapt workflow tests to work with updated github actions (#4176)
ci: update workflow test action to work with updated github actions
This commit is contained in:
committed by
GitHub
parent
b665388717
commit
87e6877f1d
3
.github/workflows/test-workflows.yml
vendored
3
.github/workflows/test-workflows.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'n8n/package-lock.json'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -41,8 +42,8 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: npm install and build
|
||||
working-directory: n8n
|
||||
run: |
|
||||
cd n8n
|
||||
npm install -g npm@latest
|
||||
npm install
|
||||
npm run build --if-present
|
||||
|
||||
Reference in New Issue
Block a user