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

Commit f92e154

Browse files
committed
ci(jenkins): update dependencies
- bump playwright from 1.31.0 to 1.31.1
1 parent ecd6453 commit f92e154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ odsComponentPipeline(
3030
envVars: [
3131
envVar(key: 'HOME', value: '/tmp')
3232
],
33-
// The playwright container is based on the Ubuntu-20.04 (focal) image and comes with the latest Node.js v16,
33+
// 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.0-focal",
36+
image: "mcr.microsoft.com/playwright:v1.31.1-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)