Skip to content

Commit

Permalink
Update playwright CI #996
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 23, 2024
1 parent 0b29a2a commit b927d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ docker-musl:
END

setup-playwright:
FROM mcr.microsoft.com/playwright:v1.44.1-jammy
FROM mcr.microsoft.com/playwright:v1.48.1-noble
RUN curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.3.0 ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
ENV PATH="/root/.local/share/pnpm:$PATH"
RUN apt update && apt install -y zip
Expand Down

0 comments on commit b927d56

Please sign in to comment.