Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d8ce6d3

Browse files
committed
ci(github): update dependencies
- bump playwright from 1.31.2 to 1.32.3
1 parent a90946c commit d8ce6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ odsComponentPipeline(
3333
// The playwright container is based on the Ubuntu-20.04 (focal) image and comes with the latest Node.js v18,
3434
// as well as all additionally installed dependencies and browser instances.
3535
// see: https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.focal
36-
image: "mcr.microsoft.com/playwright:v1.31.2-focal",
36+
image: "mcr.microsoft.com/playwright:v1.32.3-focal",
3737
name: 'playwright',
3838
// HINT: Before you increase the resources, make sure that the quotas provide the appropriate resources.
3939
// resourceLimitCpu: '1',

0 commit comments

Comments
 (0)