mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 21:12:22 +01:00
Use node20
This commit is contained in:
parent
f359a8a861
commit
0feb30a0e8
@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
|
||||
WORKDIR /app
|
||||
|
||||
#install npm
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
#run yarn install
|
||||
|
Loading…
x
Reference in New Issue
Block a user