diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26f03de..9182ff7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1490cc8..d2b7a00 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 @@ -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 diff --git a/package.json b/package.json index 4f82de6..2d91809 100644 --- a/package.json +++ b/package.json @@ -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",