Skip to content

Commit

Permalink
ci: run on ubuntu-latest and add setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Jan 13, 2025
1 parent d32d8be commit 5d1de33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

strategy:
matrix:
os: [ macos-latest, ubuntu-20.04, windows-latest ]
os: [ macos-latest, ubuntu-latest, windows-latest ]

runs-on: ${{ matrix.os }}

Expand All @@ -19,6 +19,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Project setup
uses: bpmn-io/actions/setup@latest
- name: Build
if: runner.os == 'Linux'
env:
Expand Down

0 comments on commit 5d1de33

Please sign in to comment.