Revert "Use node 16"

This reverts commit 4b9da62f40.
This commit is contained in:
Sidharth Vinod
2022-05-20 17:16:32 +05:30
parent 4b9da62f40
commit e9245efdae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18
WORKDIR /app
COPY package.json .
COPY yarn.lock .