Skip to content

Commit 8c58500

Browse files
committed
ci: add setup action
1 parent 5b2523c commit 8c58500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Install dependencies for integration test
2626
if: ${{ matrix.integration-deps != '' }}
2727
run: npm install ${{ matrix.integration-deps }}
28+
- name: Project setup
29+
uses: bpmn-io/actions/setup@latest
2830
- name: Build
2931
if: ${{ matrix.integration-deps != '' }}
3032
run: npm run all

0 commit comments

Comments
 (0)