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:
कारतोफ्फेलस्क्रिप्ट™
2022-09-23 09:58:10 +02:00
committed by GitHub
parent b665388717
commit 87e6877f1d

View File

@@ -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