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:
170
170
parallelism : 3
171
171
executor :
172
172
name : cypress/default
173
- node-version : ' 22.11 .0'
173
+ node-version : ' 22.15 .0'
174
174
steps :
175
175
- cypress/install :
176
176
post-install : ' npm run build'
@@ -192,7 +192,7 @@ jobs:
192
192
parallelism : 2
193
193
executor :
194
194
name : cypress/default
195
- node-version : ' 22.11 .0'
195
+ node-version : ' 22.15 .0'
196
196
steps :
197
197
- cypress/install :
198
198
install-browsers : true
@@ -205,7 +205,7 @@ jobs:
205
205
parallelism : 2
206
206
executor :
207
207
name : cypress/default
208
- node-version : ' 22.11 .0'
208
+ node-version : ' 22.15 .0'
209
209
steps :
210
210
- cypress/install :
211
211
install-browsers : true
@@ -216,7 +216,7 @@ jobs:
216
216
release :
217
217
executor :
218
218
name : cypress/default
219
- node-version : ' 22.11 .0'
219
+ node-version : ' 22.15 .0'
220
220
steps :
221
221
- checkout
222
222
- run : npm ci
Original file line number Diff line number Diff line change 7
7
chrome :
8
8
runs-on : ubuntu-24.04
9
9
# 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
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 20
20
21
21
# this job installs npm dependencies and Cypress
22
22
install :
23
- image : cypress/base:22.14 .0
23
+ image : cypress/base:22.15 .0
24
24
stage : build
25
25
26
26
script :
@@ -35,7 +35,7 @@ install:
35
35
36
36
# all jobs that actually run tests can use the same definition
37
37
.job_template :
38
- image : cypress/base:22.14 .0
38
+ image : cypress/base:22.15 .0
39
39
stage : test
40
40
script :
41
41
# print CI environment variables for reference
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ blocks:
68
68
# common commands that should be done before each E2E test command
69
69
prologue :
70
70
commands :
71
- - nvm install 20
71
+ - nvm install 22
72
72
- npm install -g npm
73
73
- checkout
74
74
Original file line number Diff line number Diff line change 4
4
- PUPPETEER_SKIP_DOWNLOAD=1
5
5
6
6
node_js :
7
- - 20
7
+ - 22
8
8
9
9
cache :
10
10
# cache both npm modules and Cypress binary
Original file line number Diff line number Diff line change 2
2
# https://documentation.codeship.com/pro/languages-frameworks/nodejs/
3
3
4
4
# use Cypress provided image with all dependencies included
5
- FROM cypress/base:22.14 .0
5
+ FROM cypress/base:22.15 .0
6
6
RUN node --version
7
7
RUN npm --version
8
8
WORKDIR /home/node/app
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pipeline {
37
37
agent {
38
38
// this image provides everything needed to run Cypress
39
39
docker {
40
- image ' cypress/base:22.11 .0'
40
+ image ' cypress/base:22.15 .0'
41
41
}
42
42
}
43
43
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
test :
4
4
docker :
5
- - image : cypress/base:22.14 .0
5
+ - image : cypress/base:22.15 .0
6
6
steps :
7
7
- checkout
8
8
# restore folders with npm dependencies and Cypress binary
Original file line number Diff line number Diff line change 13
13
- cache/Cypress
14
14
15
15
test :
16
- image : cypress/base:22.14 .0
16
+ image : cypress/base:22.15 .0
17
17
stage : test
18
18
script :
19
19
- npm ci
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ blocks:
20
20
jobs :
21
21
- name : npm ci and cache
22
22
commands :
23
- - nvm install 20
23
+ - nvm install 22
24
24
- npm install -g npm
25
25
- checkout
26
26
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
- - 20
4
+ - 22
5
5
6
6
cache :
7
7
# cache both npm modules and Cypress binary
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pipeline {
2
2
agent {
3
3
// this image provides everything needed to run Cypress
4
4
docker {
5
- image ' cypress/base:22.11 .0'
5
+ image ' cypress/base:22.15 .0'
6
6
}
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
runtime-versions :
6
- nodejs : 20
6
+ nodejs : 22
7
7
commands :
8
8
# Set COMMIT_INFO variables to send Git specifics to Cypress Cloud when recording
9
9
# https://docs.cypress.io/guides/continuous-integration/introduction#Git-information
Original file line number Diff line number Diff line change 2
2
# https://documentation.codeship.com/pro/languages-frameworks/nodejs/
3
3
4
4
# use Cypress provided image with all dependencies included
5
- FROM cypress/base:22.14 .0
5
+ FROM cypress/base:22.15 .0
6
6
RUN node --version
7
7
RUN npm --version
8
8
WORKDIR /home/node/app
Original file line number Diff line number Diff line change 8
8
type : " BUILD"
9
9
working_directory : " /buddy/cypress-example-kitchensink"
10
10
docker_image_name : " cypress/base"
11
- docker_image_tag : " 22.11 .0"
11
+ docker_image_tag : " 22.15 .0"
12
12
execute_commands :
13
13
- " npm install --force"
14
14
- " npm run cy:verify"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build-matrix:
24
24
phases :
25
25
install :
26
26
runtime-versions :
27
- nodejs : latest
27
+ nodejs : 22
28
28
commands :
29
29
# Set COMMIT_INFO variables to send Git specifics to Cypress Cloud when recording
30
30
# https://docs.cypress.io/guides/continuous-integration/introduction#Git-information
You can’t perform that action at this time.
0 commit comments