Skip to content

Commit

Permalink
🐛 - fix: attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Dec 13, 2024
1 parent f36dc73 commit f33811f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: npm run lint

test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -92,4 +92,4 @@ jobs:
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: "main"
autoAcceptChanges: "main"

0 comments on commit f33811f

Please sign in to comment.