Skip to content

Commit 8e9aacd

Browse files
Set specifically 22.21.1+
1 parent acb05b8 commit 8e9aacd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compatibility
1111

1212
* Ember.js v4.4 or above
1313
* Ember CLI v4.4 or above
14-
* Node.js v22 or above
14+
* Node.js v22.21.1 or above
1515

1616
The original maintainers of AddonDocs have moved on, but this addon is still very much actively maintained and is still being used by many addons.
1717
We are currently working on embroider and fastboot support, and would love help, if anyone would like to help out!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
}
188188
},
189189
"engines": {
190-
"node": ">= 22"
190+
"node": ">= 22.21.1"
191191
},
192192
"publishConfig": {
193193
"registry": "https://registry.npmjs.org"

test-apps/new-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webpack": "^5.96.1"
5353
},
5454
"engines": {
55-
"node": ">= 22"
55+
"node": ">= 22.21.1"
5656
},
5757
"ember": {
5858
"edition": "octane"

0 commit comments

Comments
 (0)