From e2b6685e69ff37a17cbfbf31b78eb9530a3978c1 Mon Sep 17 00:00:00 2001 From: Abdul Ahad Date: Mon, 13 Jan 2025 17:53:29 +0500 Subject: [PATCH] ci: use setup action --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7dde4b9..da0960e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,6 +23,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 env: TEST_BROWSERS: ChromeHeadless