Skip to content

Commit

Permalink
docs: update node supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGkeith committed Nov 11, 2024
1 parent e1f2d0f commit af30881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ CI_SERVER_SHELL_SSH_PORT: 8022

## Development

You need nodejs 18+
You need nodejs 18.20+

### Scripts

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "5.x.x"
},
"engines": {
"node": ">=16.10.0"
"node": ">=18.20.0"
},
"pkg": {
"assets": [
Expand Down

0 comments on commit af30881

Please sign in to comment.