File tree 2 files changed +3
-2
lines changed
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
20
20
# --- --- --- --- --- --- ---
21
21
22
22
# 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 -
24
24
# enable yarn repo
25
25
# RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
26
26
# 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 && \
31
31
rm -rf /var/lib/apt/lists/*
32
32
33
33
RUN 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
4
4
5
5
cd ../../
6
6
7
- npm install -g pnpm
7
+ npm install -g pnpm@10
8
8
pnpm install
9
9
mkdir -p out
10
10
You can’t perform that action at this time.
0 commit comments