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 3634c60 commit 9cacc8dCopy full SHA for 9cacc8d
.github/workflows/CI.yml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: 'npm'
21
+ - name: Setup project
22
+ uses: bpmn-io/actions/setup@latest
23
- name: Install dependencies
24
run: npm ci
25
- name: Build
0 commit comments