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

Commit

Permalink
fix(package): update engines to align with the Dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
PixnBits committed Apr 10, 2024
1 parent 8584800 commit 24dca2d
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 @@ -4,8 +4,8 @@
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
"node": ">=12",
"npm": ">=6"
"node": "^18",
"npm": "^9"
},
"scripts": {
"preinstall": "npx check-engines@1",
Expand Down

0 comments on commit 24dca2d

Please sign in to comment.