Skip to content

Commit 33f20cf

Browse files
build: update Node to 24.13.0 and Yarn to 4.12.0 (#5)
--------- Co-authored-by: HowardBraham <539738+HowardBraham@users.noreply.github.com>
1 parent 6f41f42 commit 33f20cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM cimg/node:24.11-browsers
1+
FROM cimg/node:24.13-browsers
22

33
RUN 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.10.3 --activate
6+
RUN sudo corepack enable && sudo corepack prepare yarn@4.12.0 --activate

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This image is built for running MetaMask Extension end-to-end (E2E) tests.
44
It includes:
55

6-
- Node 24.11 (with browsers)
7-
- Yarn 4.10.3 (via Corepack)
6+
- Node 24.13 (with browsers)
7+
- Yarn 4.12.0 (via Corepack)
88
- zstd compression tool
99
- Xvfb for headless GUI environments
1010

0 commit comments

Comments
 (0)