Skip to content

Commit

Permalink
Made Biome version fixed
Browse files Browse the repository at this point in the history
Fixed GitHub testing workflow
  • Loading branch information
hopperelec committed Aug 16, 2024
1 parent a9cc3b9 commit 83d539c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
with:
version: '1.8.2'
- run: biome ci .
prisma-prettier:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run: pnpm install
Expand All @@ -23,7 +23,7 @@ jobs:
ALLOWED_DOMAIN: example.com
steps:
- uses: actions/checkout@v4
uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"uuid-buffer": "^1.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "1.8.2",
"@playwright/test": "^1.44.1",
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.17",
Expand Down

0 comments on commit 83d539c

Please sign in to comment.