chore: use node 20 to build the docs
parent
b6eb28f8f6
commit
ae258ae67f
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Stage 1: Base image.
|
||||
## Start with a base image containing NodeJS so we can build Docusaurus.
|
||||
FROM node:18-alpine3.18 as base
|
||||
FROM node:20-alpine as base
|
||||
## Disable colour output from yarn to make logs easier to read.
|
||||
ENV FORCE_COLOR=0
|
||||
## Enable corepack.
|
||||
|
|
|
|||
Loading…
Reference in New Issue