Skip to content

Commit

Permalink
Update engines to allow node versions >= 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Nov 7, 2024
1 parent 1858d94 commit 590e8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -53,7 +53,7 @@
"webpack-cli": "^4.10.0"
},
"engines": {
"node": "20",
"node": ">=20",
"npm": ">=10"
}
}

0 comments on commit 590e8cd

Please sign in to comment.