Skip to content

Commit 2f9af48

Browse files
committedMar 11, 2025·
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

+1-1
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

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
20.18.3

‎cli/CHANGELOG.md

+1
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

+1-1
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",

2 commit comments

Comments
 (2)

cypress-bot[bot] commented on Mar 11, 2025

@cypress-bot[bot]
Contributor

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.2.0/darwin-arm64/electron-34-2f9af487d8978b30368a7100f80858907a838bae/cypress.tgz

cypress-bot[bot] commented on Mar 11, 2025

@cypress-bot[bot]
Contributor

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.2.0/win32-x64/electron-34-2f9af487d8978b30368a7100f80858907a838bae/cypress.tgz
Please sign in to comment.