Skip to content

Commit

Permalink
Lower the lowest supported version of Node to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdomleo7 committed Feb 14, 2023
1 parent e3f6ae1 commit e1d380a
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 @@ -97,7 +97,7 @@
}
},
"engines": {
"node": ">=18",
"node": ">=14",
"npm": "9"
}
}

0 comments on commit e1d380a

Please sign in to comment.