Skip to content

Commit

Permalink
ci: ubuntu-latest and use setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Jan 13, 2025
1 parent 84cdf47 commit e200f26
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 ]
node-version: [ 20 ]

runs-on: ${{ matrix.os }}
Expand All @@ -20,6 +20,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Setup project
uses: bpmn-io/actions/setup@latest
- name: Build
if: matrix.os == 'ubuntu-20.04'
env:
Expand Down

0 comments on commit e200f26

Please sign in to comment.