Skip to content

Commit

Permalink
chore(bun): update bun in ci and xo
Browse files Browse the repository at this point in the history
- xo to 0.58.0 from 0.57.0
- bun to 1.0.32 from 1.0.30 in CI
  • Loading branch information
z0rrn committed Mar 17, 2024
1 parent 67d0edb commit a5701cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# tool versions
BUN_VERSION: 1.0.30 # used for linting
BUN_VERSION: 1.0.32 # used for linting
NODE_LTS_VERSION: 20 # used for publishing

permissions:
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 @@ -42,7 +42,7 @@
"@types/bun": "latest",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"xo": "^0.57.0"
"xo": "^0.58.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit a5701cf

Please sign in to comment.