Update discordjs and node

This commit is contained in:
Sean Pointon 2022-01-22 15:43:31 +00:00
parent cba45ca6ad
commit 9d711a8f2d
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@ RUN apt-get install npm build-essential libtool autoconf automake python2 wget -
WORKDIR /usr/src/app
RUN npm -g i n
RUN n v14
RUN n v17
RUN npm -g i npm
RUN npm install discord.js@12 @discordjs/opus prism-media sodium
RUN npm install discord.js@13 @discordjs/opus prism-media sodium
RUN npm audit fix