Skip to content

Commit 1228267

Browse files
authored
ci: add setup action
1 parent 5045da4 commit 1228267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
cache: 'npm'
2828
- name: Install dependencies
2929
run: npm ci
30+
- name: Project setup
31+
uses: bpmn-io/actions/setup@latest
3032
- name: Build
31-
run: npm run all
33+
run: npm run all

0 commit comments

Comments
 (0)