From c6025fe0f671e2714f488f3b4b17697a6840c0db Mon Sep 17 00:00:00 2001 From: Christopher Maujean Date: Wed, 30 Jul 2025 14:32:24 -0700 Subject: [PATCH] update ci to use oven/bun image --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4263485..13e05b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,14 +7,13 @@ variables: NODE_VERSION: "20" .node_template: &node_template - image: node:${NODE_VERSION}-alpine + image: oven/bun:1-alpine cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ - - ~/.cache/ + - ~/.bun/install/cache/ before_script: - - npm install -g bun - bun install test: