Skip to content

Commit

Permalink
chore: remove support for node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Jan 18, 2024
1 parent a749bbb commit 7ab77fb
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 @@ -48,7 +48,7 @@
"util": "0.12.4"
},
"engines": {
"node": "^12 || ^14 || ^16 || >=17"
"node": "^14 || ^16 || >=17"
},
"browserslist": [
"last 2 chrome version",
Expand Down

0 comments on commit 7ab77fb

Please sign in to comment.