bun bun bun #3

Merged
qpismont merged 3 commits from switch-to-bun into main 2024-02-08 20:33:08 +01:00
5 changed files with 10 additions and 7 deletions
Showing only changes of commit d8c98adeff - Show all commits

View file

@ -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"
}

View file

@ -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
matrix:
BUN_VERSION:
- 1.0.25
- 1.0.26

View file

@ -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

View file

@ -10,6 +10,7 @@ steps:
matrix:
BUN_VERSION:
- 1.0.25
- 1.0.26
services:
nats:

BIN
bun.lockb

Binary file not shown.