update to bun 1.0.26
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/pr/build/1 Pipeline was successful
ci/woodpecker/pr/build/2 Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful

This commit is contained in:
qpismont 2024-02-08 20:20:11 +01:00
parent 8283e05c02
commit d8c98adeff
5 changed files with 10 additions and 7 deletions

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