Skip to content

Commit 41401c5

Browse files
committed
ci: include common setup action
for setup of chromium sendbox on newer ubuntu images
1 parent 2b72eee commit 41401c5

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
@@ -20,6 +20,8 @@ jobs:
2020
cache: 'npm'
2121
- name: Install dependencies
2222
run: npm ci
23+
- name: Project setup
24+
uses: bpmn-io/actions/setup@latest
2325
- name: Build
2426
if: runner.os == 'Linux'
2527
env:

0 commit comments

Comments
 (0)