Skip to content

Commit

Permalink
SM-1138: Update node engine version requirement to: ^18.18.0 (#8390)
Browse files Browse the repository at this point in the history
* SM-1138: Update node engine version requirement to: ^18.8.0

* SM-1138: Fix version typo
  • Loading branch information
coltonhurst committed Mar 22, 2024
1 parent 5d122b4 commit 0f6d0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -220,7 +220,7 @@
"*.ts": "eslint --cache --cache-strategy content --fix"
},
"engines": {
"node": "~18",
"node": "^18.18.0",
"npm": "~9"
}
}

0 comments on commit 0f6d0e4

Please sign in to comment.