Skip to content

Commit 7951dd1

Browse files
committed
ci: use bpmn-io/actions/setup
Related to bpmn-io/internal-docs#1115
1 parent b7cde2f commit 7951dd1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'
24+
- name: Setup project
25+
uses: bpmn-io/actions/setup@latest
2426
- name: Install dependencies
2527
run: npm ci
2628
- name: Install dependencies for integration test

0 commit comments

Comments
 (0)