diff --git a/.vscode/settings.json b/.vscode/settings.json index 202207d..c40990a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index f33d594..76d6ecb 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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 \ No newline at end of file + - bun run build + +matrix: + BUN_VERSION: + - 1.0.25 + - 1.0.26 \ No newline at end of file diff --git a/.woodpecker/.lint.yml b/.woodpecker/.lint.yml index f922261..2799735 100644 --- a/.woodpecker/.lint.yml +++ b/.woodpecker/.lint.yml @@ -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 \ No newline at end of file diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 0be3d41..98f767b 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -10,6 +10,7 @@ steps: matrix: BUN_VERSION: - 1.0.25 + - 1.0.26 services: nats: diff --git a/bun.lockb b/bun.lockb index 1c91e37..5bb4e7f 100755 Binary files a/bun.lockb and b/bun.lockb differ