Use different image for build

This commit is contained in:
Jim Martens 2023-08-12 18:17:06 +02:00
parent 05c3a6f82c
commit 1e0d1786a8
1 changed files with 1 additions and 5 deletions

View File

@ -23,12 +23,8 @@ steps:
path: /cache path: /cache
- name: build - name: build
pull: always pull: always
image: 2martens/ruby-node:3-18 image: node:18-alpine
environment:
BUNDLE_PATH: .bundle
commands: commands:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- npm ci - npm ci
- npm run build:production - npm run build:production
- name: rebuild-cache - name: rebuild-cache