Skip to content

Commit

Permalink
fix: engines in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Apr 11, 2024
1 parent cd97fc4 commit f3dabd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": "^18.19.0",
"npm": "^9.2.0"
"node": "^16.20.0",
"npm": "^8.19.4"
}
}

0 comments on commit f3dabd3

Please sign in to comment.