build(npm): Set nodejs engine version

This commit is contained in:
Boofdev 2024-11-29 22:02:11 +01:00
parent d2025444b5
commit 36643678d7
2 changed files with 8 additions and 1 deletions

4
.npmrc
View File

@ -1 +1,3 @@
engine-strict=true
#engine-strict=true
resolution-mode=highest
use-engine-version=21.0.0

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"npm"
]
}