diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec2feba7..a24bf54d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,6 +26,8 @@ jobs: - name: Install dependencies for integration test if: ${{ matrix.integration-deps != '' }} run: npm install ${{ matrix.integration-deps }} + - name: Setup project + uses: bpmn-io/actions/setup@latest - name: Build if: ${{ matrix.integration-deps != '' }} run: npm run all