Skip to content

Commit

Permalink
Update bun, elysia
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Mar 11, 2024
1 parent a6060c1 commit 10618ea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.14
bun-version: 1.0.30
- run: bun install
- run: bun lint
- run: bun test:coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.14
bun-version: 1.0.30
- uses: actions/setup-node@v4
- run: bun install
- run: bun run build
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bun 1.0.14
bun 1.0.30
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 @@ -58,7 +58,7 @@
"@types/pino": "^7.0.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"bun-types": "^1.0.14",
"bun-types": "^1.0.30",
"bunyan": "^1.8.15",
"eslint": "^8.54.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 10618ea

Please sign in to comment.