Skip to content

Commit d526685

Browse files
chore: pin undici to minimum node version
1 parent 2bd22fd commit d526685

46 files changed

Lines changed: 177 additions & 125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node-version: [24.x]
22+
node-version: [24.17]
2323
mongodb-version: [4]
2424
steps:
2525
- name: Remove temporary files

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
24.17

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Indiekit is extensible via its [plug-in API](docs/api/index.md) and localized fo
2727
## Requirements
2828

2929
- Your own website, published using a static site generator
30-
- [Node.js](https://nodejs.org) v24+
30+
- [Node.js](https://nodejs.org) v24.17+
3131

3232
A [MongoDB](https://www.mongodb.com) database is optional, but required for the following features to work:
3333

docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Indiekit is extensible via its [API](api/index.md) and localised for use in [a g
2424
## Requirements
2525

2626
- Your own website, published using a static site generator
27-
- [Node.js](https://nodejs.org) v24+
27+
- [Node.js](https://nodejs.org) v24.17+
2828

2929
A [MongoDB](https://www.mongodb.com) database is optional, but required for the following features to work:
3030

0 commit comments

Comments
 (0)