Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/addon-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
if: env.SHORT_CIRCUIT == 'false'
with:
node-version: 20.19.x
node-version: 22
cache: pnpm
- name: Install Dependencies
if: env.SHORT_CIRCUIT == 'false'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.19.x
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 10
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.19.x
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 10
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.19.x
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 10
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.19.x
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 10
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.19.5
pnpm 10.18.2
nodejs 22.21.1
pnpm 10.20.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Compatibility

* Ember.js v4.4 or above
* Ember CLI v4.4 or above
* Node.js v18 or above
* Node.js v22.21.1 or above

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.
We are currently working on embroider and fastboot support, and would love help, if anyone would like to help out!
Expand Down
3 changes: 1 addition & 2 deletions lib/utils/compile-markdown.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
const esmRequire = require('esm')(module, { cjs: true });
module.exports = esmRequire('../../addon/utils/compile-markdown').default;
module.exports = require('../../addon/utils/compile-markdown').default;
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"ember-svg-jar": "^2.6.0",
"ember-tether": "^3.1.0",
"ember-truth-helpers": "^4.0.3",
"esm": "^3.2.25",
"execa": "5.1.1",
"fs-extra": "^11.2.0",
"git-repo-info": "^2.1.1",
Expand Down Expand Up @@ -188,7 +187,7 @@
}
},
"engines": {
"node": ">= 20.19"
"node": ">= 22.21.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-apps/new-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"webpack": "^5.96.1"
},
"engines": {
"node": ">= 20.19"
"node": ">= 22.21.1"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/setup-node@v4
if: env.SHORT_CIRCUIT == 'false'
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install Dependencies
if: env.SHORT_CIRCUIT == 'false'
Expand Down