Skip to content

Commit

Permalink
chore: set minimum node version requirement to 20 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 authored Jun 11, 2024
1 parent 20b31a3 commit 14759e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 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": "^18.0.0 || ^20.0.0 || ^21.0.0",
"npm": "^9.0.0 || ^10.0.0"
"node": "^20.0.0 || ^21.0.0",
"npm": "^10.0.0"
},
"files": [
"dist",
Expand Down Expand Up @@ -70,4 +70,4 @@
"rollup-plugin-babel": "4.4.0",
"uglify-es": "3.3.9"
}
}
}

0 comments on commit 14759e9

Please sign in to comment.