Skip to content

Commit f86b797

Browse files
committed
Added Node 25.x compatibility
1 parent 173bbf7 commit f86b797

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, 24.x]
16+
node-version: [20.x, 22.x, 24.x, 25.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, 22.x, or 24.x
9+
Requires Node 20.x, 22.x, 24.x, or 25.x
1010

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

0 commit comments

Comments
 (0)