chore: add supported node version.

This commit is contained in:
a.bouhuolia
2023-02-06 21:50:08 +02:00
parent b9f730e5b3
commit ff036b78b3
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
v14.20

View File

@@ -15,5 +15,8 @@
], ],
"devDependencies": { "devDependencies": {
"lerna": "^6.4.1" "lerna": "^6.4.1"
},
"engines": {
"node": ">=14.20"
} }
} }