From 98183e75ff054ea4a666cd4e72f12b4ac0e4d05d Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Mon, 13 Jan 2025 12:37:27 +0100 Subject: [PATCH] ci: add setup action --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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