Skip to content

Commit b3e4f86

Browse files
committed
require node 18.17
- otherwise it's incompatible with sharp (that is used by Astro)
1 parent f709820 commit b3e4f86

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ B2B companies are fairly common - for example, over 40% of <a href="https://www.
6060

6161
1. Install prerequisites
6262

63-
- Node.js 18 or Node.js 20
64-
65-
⚠️ Warning: Will not work with Node.js 19 due to bug in `set-cookie` implementation that was fixed in Node.js 20
63+
- Node.js 18.17, Node.js 20.3 or Node.js 22. See more in [Astro docs](https://docs.astro.build/en/install-and-setup/#prerequisites)
6664

6765
2. Clone repo, start app
6866

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,8 @@
8282
"tailwindcss": "^3.3.3",
8383
"typescript": "^5.5.4",
8484
"typescript-eslint": "^8.0.1"
85+
},
86+
"engines": {
87+
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"
8588
}
8689
}

0 commit comments

Comments
 (0)