diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1713ab9..3b1450a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,6 +24,8 @@ jobs: - name: Install legacy diagram-js if: matrix.diagram-js-version != '' run: npm install --no-save diagram-js@${{ matrix.diagram-js-version }} + - name: Project setup + uses: bpmn-io/actions/setup@latest - name: Build if: runner.os == 'Linux' env: @@ -34,4 +36,4 @@ jobs: if: runner.os != 'Linux' env: TEST_BROWSERS: ChromeHeadless - run: npm run all \ No newline at end of file + run: npm run all