aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2021-03-11 17:17:20 +0530
committerIndrajith K L2021-03-11 17:17:20 +0530
commit80f8f8d90194dd846b95b2aa34f3e37ceb232d22 (patch)
treeda0f796aff8ae42ad6b68d0cd0c37b0acdfc627c
parentef0c606a54d6ec0cf61027ff8220761f897706b9 (diff)
downloadradio-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.tar.gz
radio-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.tar.bz2
radio-bot-80f8f8d90194dd846b95b2aa34f3e37ceb232d22.zip
Upgrade Node Version
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ade6dce..cf59cb1 100644
--- a/package.json
+++ b/package.json
@@ -14,5 +14,6 @@
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1"
- }
+ },
+ "engines": { "node": "12.16.3" }
}