Skip to content

Commit

Permalink
Add Node.js version restrictions (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jul 3, 2023
1 parent b83e453 commit afa494e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -468,5 +468,8 @@
},
"pre-commit": "lint",
"version": "7.0.0",
"support": true
"support": true,
"engines": {
"node": "^16 || ^18 || >= 20"
}
}

0 comments on commit afa494e

Please sign in to comment.