chore: update node to v14 (#3481)

This commit is contained in:
Akash Satheesan
2021-06-01 22:49:03 +05:30
committed by GitHub
parent c2a8634bcc
commit 58622ccc34
8 changed files with 49 additions and 30 deletions

View File

@@ -42,7 +42,7 @@
"@types/express": "^4.17.8",
"@types/http-proxy": "^1.17.4",
"@types/js-yaml": "^4.0.0",
"@types/node": "~12.20.7",
"@types/node": "^14.17.1",
"@types/parcel-bundler": "^1.12.1",
"@types/pem": "^1.9.5",
"@types/proxy-from-env": "^1.0.1",
@@ -123,7 +123,7 @@
"browser-ide"
],
"engines": {
"node": ">= 12 <= 14"
"node": "= 14"
},
"jest": {
"transform": {