Skip to content

Commit

Permalink
Fix: Limit node version #3547 (#3563)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix: Limit node version #3547

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
cike8899 authored Nov 21, 2024
1 parent 3a3e23d commit 193b08a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
engine-strict=true
registry=https://registry.npmmirror.com/

3 changes: 3 additions & 0 deletions web/package-lock.json

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

3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.0.3",
"umi-plugin-icons": "^0.1.1"
},
"engines": {
"node": ">=18.20.4"
}
}

0 comments on commit 193b08a

Please sign in to comment.