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: