Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(package): set engines to accurately represent node support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Nov 28, 2023
1 parent 9649f88 commit 44c1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
"node": ">=16",
"node": ">=16 <=18",
"npm": ">=8"
},
"scripts": {
Expand Down

0 comments on commit 44c1338

Please sign in to comment.