File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY supervisor.conf /etc/supervisor/conf.d/supervisor.conf
2020# --- --- --- --- --- --- ---
2121
2222# enable node source repo
23- RUN curl -sL https://deb.nodesource.com/setup_20 .x | bash -
23+ RUN curl -sL https://deb.nodesource.com/setup_22 .x | bash -
2424# enable yarn repo
2525# RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
2626# RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
@@ -31,3 +31,4 @@ RUN apt-get update && \
3131 rm -rf /var/lib/apt/lists/*
3232
3333RUN npm install -g pnpm@10
34+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ docker build . -t e2e-test
44
55cd ../../
66
7- npm install -g pnpm
7+ npm install -g pnpm@10
88pnpm install
99mkdir -p out
1010
You can’t perform that action at this time.
0 commit comments