There was an error while loading. Please reload this page.
1 parent 815f38a commit 260ba2bCopy full SHA for 260ba2b
.github/workflows/CI.yml
@@ -4,7 +4,7 @@ jobs:
4
Build:
5
strategy:
6
matrix:
7
- os: [ubuntu-latest ]
+ os: [ubuntu-latest]
8
node-version: [20]
9
10
runs-on: ${{ matrix.os }}
@@ -19,6 +19,8 @@ jobs:
19
cache: 'npm'
20
- name: Install dependencies
21
run: npm ci
22
+ - name: Setup project
23
+ uses: bpmn-io/actions/setup@latest
24
- name: Create .env file
25
run: |
26
touch .env
0 commit comments