Update Node version to 14

This commit is contained in:
Nikita Karamov 2021-03-12 20:21:46 +01:00
parent da1e8af221
commit 1b0593c03b
No known key found for this signature in database
GPG Key ID: EA4E7DECEEA050E4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
12
14

View File

@ -26,6 +26,6 @@
"sirv-cli": "^1.0.10"
},
"engines": {
"node": "^12"
"node": "^14"
}
}