add node v20, pnpm support

This commit is contained in:
daitian
2023-09-02 05:40:53 +08:00
parent 4e08159e6d
commit 16edd398be

View File

@@ -33,8 +33,9 @@
"typescript": "^4.5.4" "typescript": "^4.5.4"
}, },
"engines": { "engines": {
"node": "^18 || ^16 || ^14.19", "node": "^20 ||^18 || ^16 || ^14.19",
"npm": ">= 6.13.4", "npm": ">= 6.13.4",
"yarn": ">= 1.21.1" "yarn": ">= 1.21.1",
"pnpm": ">=8.6.0"
} }
} }