ci: run specific version of node

This commit is contained in:
iCrawl
2023-03-28 23:02:25 +02:00
parent 8deef3e93f
commit fd008f0144
4 changed files with 217 additions and 226 deletions

View File

@@ -9,7 +9,6 @@ COPY manifests .
RUN yarn install --immutable
RUN rm -rf .yarn/cache
RUN yarn workspace @discordjs/proxy-container build
FROM node:16-alpine AS runner