Skip to content

Commit b524ec5

Browse files
committed
Pin Playwright version to 1.52.0 to match package.json
1 parent 1583ee9 commit b524ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ RUN go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
8080

8181
# ============ PLAYWRIGHT ============
8282
# Install @playwright/test and related packages globally, then install matching browsers
83-
RUN npm install -g @playwright/test monocart-reporter coveralls && \
83+
# Version MUST match the version in iznik-nuxt3/package.json
84+
RUN npm install -g @playwright/test@1.52.0 monocart-reporter coveralls && \
8485
npx playwright install chromium && \
8586
npx playwright install-deps
8687

0 commit comments

Comments
 (0)