Skip to content

Commit 6f41f42

Browse files
authored
build: update Node to LTS 24.11 and Yarn to 4.10.3
2 parents 4dd7c9f + 41ed7de commit 6f41f42

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:22.15-browsers
1+
FROM cimg/node:24.11-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.9.1 --activate
6+
RUN sudo corepack enable && sudo corepack prepare yarn@4.10.3 --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 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

0 commit comments

Comments
 (0)