We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5045da4 commit 1228267Copy full SHA for 1228267
.github/workflows/CI.yml
@@ -27,5 +27,7 @@ jobs:
27
cache: 'npm'
28
- name: Install dependencies
29
run: npm ci
30
+ - name: Project setup
31
+ uses: bpmn-io/actions/setup@latest
32
- name: Build
- run: npm run all
33
+ run: npm run all
0 commit comments