Skip to content

Commit 346af6a

Browse files
committed
Removed Node 23.x compatibility
1 parent e8d70a5 commit 346af6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x, 22.x, 23.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ React Boilerplate
66
Installation
77
---
88

9-
Requires Node >=20.x, excluding 21.x
9+
Requires Node 20.x, 22.x, or 24.x
1010

1111
Install Yarn: https://yarnpkg.com/lang/en/docs/install/
1212

0 commit comments

Comments
 (0)