Skip to content

Commit d18956c

Browse files
committed
chore: update cypress image
1 parent 29b0117 commit d18956c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
e2e-test:
9696
runs-on: ubuntu-latest
9797
container:
98-
image: cypress/browsers:node-22.0.0-chrome-124.0.6367.60-1-ff-125.0.2-edge-124.0.2478.51-1@sha256:02eaae11b7d3dc9f408a5f64c3990faea75943d612ea86b8b218d95b48f22ce8
98+
image: cypress/browsers:node-22.14.0-chrome-133.0.6943.126-1-ff-135.0.1-edge-133.0.3065.82-1@sha256:0bb89e2255ab99e3dddea6496205ceb5541578fc24df2dcc26056dc4e0451bbc
9999
options: --user 1001
100100
timeout-minutes: 10
101101
name: 'E2E Doc Test: node-22, ubuntu-latest'
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm run docs:build:ci
114114

115115
- name: Download Cypress
116-
run: docs:test:e2e:install
116+
run: pnpm run docs:test:e2e:install
117117

118118
- id: e2e
119119
name: Run e2e

0 commit comments

Comments
 (0)