Skip to content

Commit

Permalink
Increase required Node version to 20 or more
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 11, 2024
1 parent f190f82 commit e044148
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"lint": "eslint --ext .ts,.tsx src/",
"format": "prettier --write ."
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"remix",
"remix-auth",
Expand Down

0 comments on commit e044148

Please sign in to comment.