Skip to content

Commit

Permalink
ci(github): update dependencies
Browse files Browse the repository at this point in the history
- bump playwright from 1.31.2 to 1.32.3
  • Loading branch information
SimonGolms committed Apr 21, 2023
1 parent a90946c commit d8ce6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ odsComponentPipeline(
// The playwright container is based on the Ubuntu-20.04 (focal) image and comes with the latest Node.js v18,
// as well as all additionally installed dependencies and browser instances.
// see: https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.focal
image: "mcr.microsoft.com/playwright:v1.31.2-focal",
image: "mcr.microsoft.com/playwright:v1.32.3-focal",
name: 'playwright',
// HINT: Before you increase the resources, make sure that the quotas provide the appropriate resources.
// resourceLimitCpu: '1',
Expand Down

0 comments on commit d8ce6d3

Please sign in to comment.