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.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome", "editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports.biome": true "source.organizeImports.biome": "explicit"
}, },
"typescript.tsdk": "node_modules/typescript/lib" "typescript.tsdk": "node_modules/typescript/lib"
} }

View file

@ -1,6 +1,11 @@
steps: steps:
build: build:
image: oven/bun:1.0.25-slim image: oven/bun:${BUN_VERSION}-slim
commands: commands:
- bun install - bun install
- bun run build - bun run build
matrix:
BUN_VERSION:
- 1.0.25
- 1.0.26

View file

@ -1,10 +1,7 @@
steps: steps:
lint: lint:
image: oven/bun:${BUN_VERSION}-slim image: oven/bun:1.0.26-slim
commands: commands:
- bun install - bun install
- bun run ci - bun run ci
matrix:
BUN_VERSION:
- 1.0.25

View file

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

BIN
bun.lockb

Binary file not shown.