bun bun bun #3
5 changed files with 10 additions and 7 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -2,7 +2,7 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports.biome": true
|
||||
"source.organizeImports.biome": "explicit"
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
steps:
|
||||
build:
|
||||
image: oven/bun:1.0.25-slim
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
commands:
|
||||
- bun install
|
||||
- bun run build
|
||||
- bun run build
|
||||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.0.25
|
||||
- 1.0.26
|
|
@ -1,10 +1,7 @@
|
|||
steps:
|
||||
lint:
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
image: oven/bun:1.0.26-slim
|
||||
commands:
|
||||
- bun install
|
||||
- bun run ci
|
||||
|
||||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.0.25
|
|
@ -10,6 +10,7 @@ steps:
|
|||
matrix:
|
||||
BUN_VERSION:
|
||||
- 1.0.25
|
||||
- 1.0.26
|
||||
|
||||
services:
|
||||
nats:
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
Loading…
Reference in a new issue