Skip to content

Commit 9cacc8d

Browse files
barmacnikku
authored andcommitted
ci: setup project
1 parent 3634c60 commit 9cacc8d

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
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: 'npm'
21+
- name: Setup project
22+
uses: bpmn-io/actions/setup@latest
2123
- name: Install dependencies
2224
run: npm ci
2325
- name: Build

0 commit comments

Comments
 (0)