Skip to content

Commit 2f9af48

Browse files
node version did bump minorly
1 parent ba034c5 commit 2f9af48

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: Node version
4545
description: What version of node.js are you using to run Cypress?
46-
placeholder: ex. v20.18.1
46+
placeholder: ex. v20.18.3
4747
validations:
4848
required: true
4949
- type: input

.github/ISSUE_TEMPLATE/2-memory-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
attributes:
5252
label: Node version
5353
description: What version of node.js are you using to run Cypress?
54-
placeholder: ex. v20.18.1
54+
placeholder: ex. v20.18.3
5555
validations:
5656
required: true
5757
- type: input

.github/ISSUE_TEMPLATE/3-install-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
attributes:
3939
label: Node version
4040
description: What version of node.js are you using to run Cypress?
41-
placeholder: ex. v20.18.1
41+
placeholder: ex. v20.18.3
4242
validations:
4343
required: true
4444
- type: dropdown

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
20.18.3

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _Released 3/25/2025 (PENDING)_
66
**Dependency Updates:**
77

88
- Upgraded `electron` from `33.2.1` to `34.3.2`. Addressed in [#31260](https://github.com/cypress-io/cypress/pull/31260).
9+
- Upgraded bundled Node.js version from `20.18.1` to `20.18.3`.
910
- Upgraded bundled Chromium version from `130.0.6723.137` to `132.0.6834.210`. Addressed in [#31260](https://github.com/cypress-io/cypress/pull/31260).
1011

1112
## 14.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"yarn-deduplicate": "3.1.0"
215215
},
216216
"engines": {
217-
"node": ">=20.18.1",
217+
"node": ">=20.18.3",
218218
"yarn": ">=1.22.22"
219219
},
220220
"productName": "Cypress",

0 commit comments

Comments
 (0)