Skip to content

Commit d6d91dd

Browse files
committed
Specify engine requirements more accurately
This is to reflect the version history of util.styleText [1], which I believe is governing the version requirement once it replaces chalk. [1] https://nodejs.org/api/util.html#utilstyletextformat-text-options
1 parent 62c60bb commit d6d91dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Breaking changes:
1212

1313
- A branch named `v23.x.y` has been created to continue illustrating how to use Browserify. This is mentioned in the FAQ.
1414

15-
- Bump node requirement from v20.0.0 to v20.12.0.
15+
- Bump node requirement slightly from v20.0.0 to ^20.12.0, ^21.7.0 or >=22.
1616

1717
- This is in preperation of replacing `chalk` with `util.styleText`.
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@
132132
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
133133
},
134134
"engines": {
135-
"node": ">=20.12.0"
135+
"node": "^20.12.0 || ^21.7.0 || >=22"
136136
}
137137
}

0 commit comments

Comments
 (0)