File tree Expand file tree Collapse file tree 16 files changed +20
-20
lines changed
Expand file tree Collapse file tree 16 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 parallelism : 3
171171 executor :
172172 name : cypress/default
173- node-version : ' 22.11 .0'
173+ node-version : ' 22.15 .0'
174174 steps :
175175 - cypress/install :
176176 post-install : ' npm run build'
@@ -192,7 +192,7 @@ jobs:
192192 parallelism : 2
193193 executor :
194194 name : cypress/default
195- node-version : ' 22.11 .0'
195+ node-version : ' 22.15 .0'
196196 steps :
197197 - cypress/install :
198198 install-browsers : true
@@ -205,7 +205,7 @@ jobs:
205205 parallelism : 2
206206 executor :
207207 name : cypress/default
208- node-version : ' 22.11 .0'
208+ node-version : ' 22.15 .0'
209209 steps :
210210 - cypress/install :
211211 install-browsers : true
@@ -216,7 +216,7 @@ jobs:
216216 release :
217217 executor :
218218 name : cypress/default
219- node-version : ' 22.11 .0'
219+ node-version : ' 22.15 .0'
220220 steps :
221221 - checkout
222222 - run : npm ci
Original file line number Diff line number Diff line change 77 chrome :
88 runs-on : ubuntu-24.04
99 # https://github.com/cypress-io/cypress-docker-images
10- container : cypress/browsers:node- 22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1
10+ container : cypress/browsers:22.15.0
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020
2121# this job installs npm dependencies and Cypress
2222install :
23- image : cypress/base:22.14 .0
23+ image : cypress/base:22.15 .0
2424 stage : build
2525
2626 script :
@@ -35,7 +35,7 @@ install:
3535
3636# all jobs that actually run tests can use the same definition
3737.job_template :
38- image : cypress/base:22.14 .0
38+ image : cypress/base:22.15 .0
3939 stage : test
4040 script :
4141 # print CI environment variables for reference
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ blocks:
6868 # common commands that should be done before each E2E test command
6969 prologue :
7070 commands :
71- - nvm install 20
71+ - nvm install 22
7272 - npm install -g npm
7373 - checkout
7474
Original file line number Diff line number Diff line change 44 - PUPPETEER_SKIP_DOWNLOAD=1
55
66node_js :
7- - 20
7+ - 22
88
99cache :
1010 # cache both npm modules and Cypress binary
Original file line number Diff line number Diff line change 22# https://documentation.codeship.com/pro/languages-frameworks/nodejs/
33
44# use Cypress provided image with all dependencies included
5- FROM cypress/base:22.14 .0
5+ FROM cypress/base:22.15 .0
66RUN node --version
77RUN npm --version
88WORKDIR /home/node/app
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pipeline {
3737 agent {
3838 // this image provides everything needed to run Cypress
3939 docker {
40- image ' cypress/base:22.11 .0'
40+ image ' cypress/base:22.15 .0'
4141 }
4242 }
4343
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 test :
44 docker :
5- - image : cypress/base:22.14 .0
5+ - image : cypress/base:22.15 .0
66 steps :
77 - checkout
88 # restore folders with npm dependencies and Cypress binary
Original file line number Diff line number Diff line change 1313 - cache/Cypress
1414
1515test :
16- image : cypress/base:22.14 .0
16+ image : cypress/base:22.15 .0
1717 stage : test
1818 script :
1919 - npm ci
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ blocks:
2020 jobs :
2121 - name : npm ci and cache
2222 commands :
23- - nvm install 20
23+ - nvm install 22
2424 - npm install -g npm
2525 - checkout
2626
You can’t perform that action at this time.
0 commit comments