upgrade to bun 1.1.0 #6
5 changed files with 4 additions and 9 deletions
|
@ -10,7 +10,4 @@ steps:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
- 1.0.30
|
- 1.1.0
|
||||||
- 1.0.31
|
|
||||||
- 1.0.32
|
|
||||||
- 1.0.33
|
|
|
@ -12,9 +12,7 @@ steps:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUN_VERSION:
|
BUN_VERSION:
|
||||||
- 1.0.31
|
- 1.1.0
|
||||||
- 1.0.32
|
|
||||||
- 1.0.33
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nats:
|
nats:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -12,7 +12,7 @@
|
||||||
"build": "tsc --project tsconfig.build.json"
|
"build": "tsc --project tsconfig.build.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.6.1",
|
"@biomejs/biome": "1.6.3",
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue