update ci to use oven/bun image

main
Christopher Maujean 2 months ago
parent 7b74eff740
commit c6025fe0f6
  1. 5
      .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:

Loading…
Cancel
Save