Update min supported node version

This commit is contained in:
Krishan 2022-11-08 20:24:16 +05:30
parent c5a0fa7ee5
commit 781db44959
2 changed files with 2 additions and 4 deletions

3
package-lock.json generated
View file

@ -17,8 +17,7 @@
"node-fetch": "3.2.10"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
"node": ">=16.0.0"
}
},
"node_modules/@actions/github": {

View file

@ -4,8 +4,7 @@
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"npm": ">=6.14.8",
"node": ">=14.15.0"
"node": ">=16.0.0"
},
"scripts": {
"tauri": "tauri",