Skip to content

Commit d0762e5

Browse files
committed
Fixes tests running
1 parent bb0eccc commit d0762e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff 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

3333
RUN npm install -g pnpm@10
34+

tests/docker/run-e2e-test-local.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docker build . -t e2e-test
44

55
cd ../../
66

7-
npm install -g pnpm
7+
npm install -g pnpm@10
88
pnpm install
99
mkdir -p out
1010

0 commit comments

Comments
 (0)