SM-1138: Update node engine version requirement to: ^18.18.0 (#8390)

* SM-1138: Update node engine version requirement to: ^18.8.0

* SM-1138: Fix version typo
This commit is contained in:
Colton Hurst 2024-03-22 08:59:38 -04:00 committed by GitHub
parent 5d122b4c8c
commit 0f6d0e415f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
"*.ts": "eslint --cache --cache-strategy content --fix" "*.ts": "eslint --cache --cache-strategy content --fix"
}, },
"engines": { "engines": {
"node": "~18", "node": "^18.18.0",
"npm": "~9" "npm": "~9"
} }
} }