mirror of https://github.com/bastienwirtz/homer
fix(ci) try building using ubuntu 18
parent
0740fb31b5
commit
164357c5f9
|
@ -1,5 +1,5 @@
|
|||
# build stage
|
||||
FROM node:lts-alpine3.19 as build-stage
|
||||
FROM node:18-alpine3.19 as build-stage
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
|
Loading…
Reference in New Issue