Skip to content

Commit

Permalink
fix: ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Mar 28, 2024
1 parent 3a89518 commit 3b825ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: bunx stylelint src/styles/**/*.css

CommitQuality:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,12 +35,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

# Needed to fix some issues with commitlint.
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install packages
run: |
bun install
Expand Down

0 comments on commit 3b825ff

Please sign in to comment.