This commit is contained in:
pat-s
2024-05-03 00:01:27 +02:00
parent 099030b913
commit db82b014e0

View File

@@ -6,7 +6,7 @@ when:
- renovate/*
variables:
- &bun_image 'docker.io/oven/bun:1.0-alpine'
- &bun_image 'docker.io/oven/bun:1.1-alpine'
- &when
path:
# related config files
@@ -60,6 +60,6 @@ steps:
image: *bun_image
directory: web/
commands:
# - corepack enable
- bun install --frozen-lockfile
- bun test
when: *when