Skip to content

Commit 37e3dcc

Browse files
committed
no volta etc. setup
1 parent 35ceae6 commit 37e3dcc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/docker/playwright.Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ RUN apt-get update && \
1717
gnupg && \
1818
rm -rf /var/lib/apt/lists/*
1919

20-
# Install Volta for Node.js/Yarn version management (matches repo setup).
21-
# Node and Yarn versions are pinned in the repo's package.json volta config.
22-
ENV VOLTA_HOME=/root/.volta
23-
ENV PATH=$VOLTA_HOME/bin:$PATH
24-
RUN curl https://get.volta.sh | bash
25-
26-
# Install Node.js and Yarn via Volta at the versions pinned in the repo
27-
RUN volta install node@20.19.2 && \
28-
volta install yarn@1.22.22
29-
3020
# Install Playwright browsers and their OS-level dependencies.
3121
# `npx playwright install --with-deps` installs both browsers and
3222
# any missing system libraries (libglib, libatk, libnss, etc.).

0 commit comments

Comments
 (0)