Remove max limit

This commit is contained in:
Ajay Bura
2022-09-03 21:50:02 +05:30
parent 3cce94ed3c
commit dae5581446
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -17,8 +17,8 @@
"node-fetch": "^3.2.10" "node-fetch": "^3.2.10"
}, },
"engines": { "engines": {
"node": ">=14.15.0 <=17.9.0", "node": ">=14.15.0",
"npm": ">=6.14.8 <=8.5.5" "npm": ">=6.14.8"
} }
}, },
"node_modules/@actions/github": { "node_modules/@actions/github": {

View File

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