Skip to content

Commit 4738e71

Browse files
committed
ci: use setup action
1 parent f68da94 commit 4738e71

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
@@ -23,6 +23,8 @@ jobs:
2323
- name: Install dependencies for integration test
2424
if: ${{ matrix.integration-deps != '' }}
2525
run: npm install ${{ matrix.integration-deps }}
26+
- name: Setup project
27+
uses: bpmn-io/actions/setup@latest
2628
- name: Build
2729
env:
2830
TEST_BROWSERS: ChromeHeadless

0 commit comments

Comments
 (0)