Skip to content

Commit

Permalink
Setting node version to 12...
Browse files Browse the repository at this point in the history
In anticipation of Discord.js 12.
  • Loading branch information
manix84 committed Jun 18, 2021
1 parent e24eff3 commit b31a51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.0
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"http": "0.0.1-security",
"https": "^1.0.0"
},
"engines": {
"node": "~12.x",
"npm": "6.x"
},
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit b31a51d

Please sign in to comment.