Skip to content

Commit 9b827c8

Browse files
chore: update recommended node version
1 parent ac047d0 commit 9b827c8

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
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 22
15+
node-version: 24
1616

1717
- name: install_deps
1818
run: make install_deps

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ By participating in this project, you agree to maintain a respectful and inclusi
3636

3737
Ensure you have all required dependencies:
3838

39-
- Node.js (22 recommended)
39+
- Node.js (24+ recommended)
4040
- npm
4141
- 7z
4242
- make

0 commit comments

Comments
 (0)