Compare commits
No commits in common. "da965206f62a7332073cbf76e9f4b8db0029d2ef" and "330e47d477dfa6d66df8c2727e3aaa5e5d4a638b" have entirely different histories.
da965206f6
...
330e47d477
6 changed files with 10 additions and 9 deletions
|
@ -3,7 +3,7 @@ when:
|
|||
|
||||
steps:
|
||||
build:
|
||||
image: oven/bun:1.1.10-slim
|
||||
image: oven/bun:1.1.3-slim
|
||||
commands:
|
||||
- bun install
|
||||
- bun run build
|
|
@ -3,7 +3,7 @@ when:
|
|||
|
||||
steps:
|
||||
lint:
|
||||
image: oven/bun:1.1.10-slim
|
||||
image: oven/bun:1.1.3-slim
|
||||
commands:
|
||||
- bun install
|
||||
- bun run ci
|
||||
|
|
|
@ -12,9 +12,10 @@ steps:
|
|||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.1.8
|
||||
- 1.1.9
|
||||
- 1.1.10
|
||||
- 1.1.0
|
||||
- 1.1.1
|
||||
- 1.1.2
|
||||
- 1.1.3
|
||||
|
||||
services:
|
||||
nats:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc --project tsconfig.build.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.7.3",
|
||||
"@biomejs/biome": "1.6.4",
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
|
@ -20,7 +20,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"nats": "^2.26.0",
|
||||
"zod": "^3.23.8"
|
||||
"nats": "^2.22.0",
|
||||
"zod": "^3.22.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue