Skip to content

Commit

Permalink
ci: use bpmn-io/actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 9, 2025
1 parent b7cde2f commit 7951dd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Setup project
uses: bpmn-io/actions/setup@latest
- name: Install dependencies
run: npm ci
- name: Install dependencies for integration test
Expand Down

0 comments on commit 7951dd1

Please sign in to comment.