Skip to content

Commit e9fb163

Browse files
committed
ci: add setup action
1 parent 76e768a commit e9fb163

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
@@ -21,6 +21,8 @@ jobs:
2121
cache: 'npm'
2222
- name: Install dependencies
2323
run: npm ci
24+
- name: Project setup
25+
uses: bpmn-io/actions/setup@latest
2426
- name: Install dependencies for integration test
2527
if: ${{ matrix.integration-deps != '' }}
2628
run: npm install ${{ matrix.integration-deps }}

0 commit comments

Comments
 (0)