Skip to content

Commit

Permalink
Update engines to Node 14 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
11k committed Dec 6, 2023
1 parent dc79417 commit dd627d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"webpack-dev-server": "^4.11.1"
},
"engines": {
"node": ">=5.0.2",
"npm": ">=3.3.12"
"node": ">=14.21.3",
"npm": ">=6.14.18"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
Expand Down

0 comments on commit dd627d3

Please sign in to comment.