Skip to content

Commit

Permalink
update node and npm engines
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenslack committed Dec 12, 2023
1 parent 4dce2b1 commit 9a08066
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 @@ -4,8 +4,8 @@
"license": "GPL-2.0-or-later",
"main": "wp-curate.php",
"engines": {
"node": "18",
"npm": "9"
"node": ">=18",
"npm": ">=9"
},
"browserslist": [
"defaults",
Expand Down

0 comments on commit 9a08066

Please sign in to comment.