We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f41f42 commit 33f20cfCopy full SHA for 33f20cf
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM cimg/node:24.11-browsers
+FROM cimg/node:24.13-browsers
2
3
RUN sudo apt-get -o Acquire::AllowInsecureRepositories=true update && \
4
sudo apt-get --allow-unauthenticated install -y zstd xvfb
5
# Install corepack and yarn
6
-RUN sudo corepack enable && sudo corepack prepare yarn@4.10.3 --activate
+RUN sudo corepack enable && sudo corepack prepare yarn@4.12.0 --activate
README.md
@@ -3,8 +3,8 @@
This image is built for running MetaMask Extension end-to-end (E2E) tests.
It includes:
-- Node 24.11 (with browsers)
7
-- Yarn 4.10.3 (via Corepack)
+- Node 24.13 (with browsers)
+- Yarn 4.12.0 (via Corepack)
8
- zstd compression tool
9
- Xvfb for headless GUI environments
10
0 commit comments