diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index aadcdd3..74efabc 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -11,7 +11,7 @@ permissions: jobs: biome: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/bun.lockb b/bun.lockb index 0ddb7b6..a40283c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 4448ff2..2f244d3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@biomejs/biome": "1.4.1", "@tsconfig/bun": "1.0.1", "@tsconfig/strictest": "2.0.2", - "bun-types": "latest", + "bun-types": "1.0.20", "ignore-sync": "7.0.1", "typescript": "5.3.3" }