File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM cimg/node:22.15 -browsers
1+ FROM cimg/node:24.11 -browsers
22
33RUN sudo apt-get -o Acquire::AllowInsecureRepositories=true update && \
44 sudo apt-get --allow-unauthenticated install -y zstd xvfb
55# Install corepack and yarn
6- RUN sudo corepack enable && sudo corepack prepare yarn@4.9.1 --activate
6+ RUN sudo corepack enable && sudo corepack prepare yarn@4.10.3 --activate
Original file line number Diff line number Diff line change 33This image is built for running MetaMask Extension end-to-end (E2E) tests.
44It includes:
55
6- - Node 22.15 (with browsers)
7- - Yarn 4.9.1 (via Corepack)
6+ - Node 24.11 (with browsers)
7+ - Yarn 4.10.3 (via Corepack)
88- zstd compression tool
99- Xvfb for headless GUI environments
1010
You can’t perform that action at this time.
0 commit comments