Skip to content

Commit

Permalink
chore: Set minimum node version requirement to 18 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 authored Sep 28, 2023
1 parent a6a3738 commit ff466d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
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 @@ -6,8 +6,8 @@
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
"engines": {
"node": "16 || 18",
"npm": "8 || 9"
"node": "^18.0.0 || ^20.0.0",
"npm": "^9.0.0 || ^10.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit ff466d4

Please sign in to comment.