We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b0117 commit d18956cCopy full SHA for d18956c
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
e2e-test:
96
runs-on: ubuntu-latest
97
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
+ 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
99
options: --user 1001
100
timeout-minutes: 10
101
name: 'E2E Doc Test: node-22, ubuntu-latest'
@@ -113,7 +113,7 @@ jobs:
113
run: pnpm run docs:build:ci
114
115
- name: Download Cypress
116
- run: docs:test:e2e:install
+ run: pnpm run docs:test:e2e:install
117
118
- id: e2e
119
name: Run e2e
0 commit comments