Skip to content

Commit 7905ec5

Browse files
committed
fixup! chore: Drop Node <18 support
1 parent 5ecad6f commit 7905ec5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
### Breaking Changes
66

7-
- **BREAKING**: Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github.com/getsentry/sentry-cli/issues/2985)).
7+
#### Node.js Wrapper Only
8+
9+
> **Note**: These changes only apply if you use `sentry-cli` through the npm package [`@sentry/cli`](https://www.npmjs.com/package/@sentry/cli). If you use the standalone binary, these changes do not affect you.
10+
11+
- Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github.com/getsentry/sentry-cli/issues/2985)).
812

913
## 2.58.2
1014

npm-binary-distributions/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"access": "public"
99
},
1010
"engines": {
11-
"node": ">=20"
11+
"node": ">=18"
1212
},
1313
"os": [
1414
"win32"

0 commit comments

Comments
 (0)