Skip to content

Commit

Permalink
bump min node version
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Jan 16, 2025
1 parent c4b3fc4 commit de49e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'crowdin/**'

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=20"
"node": ">=22"
},
"scripts": {
"dev": "vitepress dev wiki",
Expand Down

0 comments on commit de49e13

Please sign in to comment.