Skip to content

Commit 3d8f0f2

Browse files
committed
ci: add project setup
1 parent 37563b2 commit 3d8f0f2

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
@@ -19,5 +19,7 @@ jobs:
1919
cache: 'npm'
2020
- name: Install dependencies
2121
run: npm ci
22+
- name: Setup project
23+
uses: bpmn-io/actions/setup@latest
2224
- name: Build
2325
run: npm run all

0 commit comments

Comments
 (0)