Skip to content

Commit ed0647c

Browse files
committed
Drop node 20 support
1 parent 6aff3c9 commit ed0647c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [20, 22]
21+
node-version: [22]
2222
mongodb-version: [4.4, 5.0, 6.0, 7.0]
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job

CHANGELOG.md

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

55
### Changes
66

7-
* Dropped support for Node.js 18, which reached end of life on 2025-04-30. Node.js 20.18.1 or later is now required, as expected by the `cheerio` and `undici` dependencies.
7+
* Dropped support for Node.js 18 and Node.js 20.
88

99
### Fixes
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git@github.com:apostrophecms/apostrophe.git"
1818
},
1919
"engines": {
20-
"node": ">=20.18.1"
20+
"node": ">=22.0.0"
2121
},
2222
"keywords": [
2323
"apostrophe",

0 commit comments

Comments
 (0)