Skip to content

Commit

Permalink
chore: pin dependencies (#16)
Browse files Browse the repository at this point in the history
* ci: pin runs-on to ubuntu-22.04

* chore(deps-dev): pin bun-types to 1.0.20
  • Loading branch information
risu729 authored Jan 1, 2024
1 parent 3305c39 commit 4f7b7bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/biome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 4f7b7bb

Please sign in to comment.