summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-10-10 18:54:13 -0700
committerFuwn <[email protected]>2021-10-10 18:54:13 -0700
commitf0c05bce320a7edeb77c15ed05220ff76a6b50ac (patch)
treed22032c80575a681e8c456a563318c1cbc5e3a32 /package.json
parentrevert: previous commit (?) (diff)
downloadbot-f0c05bce320a7edeb77c15ed05220ff76a6b50ac.tar.xz
bot-f0c05bce320a7edeb77c15ed05220ff76a6b50ac.zip
fix: force node version
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6cb9198..335b85c 100644
--- a/package.json
+++ b/package.json
@@ -10,5 +10,8 @@
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.2.0"
+ },
+ "engines": {
+ "node": "16.8.x"
}
}