Skip to content

Commit 260ba2b

Browse files
committed
chore: update CI action
1 parent 815f38a commit 260ba2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
Build:
55
strategy:
66
matrix:
7-
os: [ubuntu-latest ]
7+
os: [ubuntu-latest]
88
node-version: [20]
99

1010
runs-on: ${{ matrix.os }}
@@ -19,6 +19,8 @@ jobs:
1919
cache: 'npm'
2020
- name: Install dependencies
2121
run: npm ci
22+
- name: Setup project
23+
uses: bpmn-io/actions/setup@latest
2224
- name: Create .env file
2325
run: |
2426
touch .env

0 commit comments

Comments
 (0)