Skip to content

Commit

Permalink
chore: fix node version requirements (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jun 19, 2024
1 parent ed24de1 commit 30536b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN yarn build

# Creating final production image
FROM node:18-alpine
FROM node:16-alpine
RUN apk add --no-cache vips-dev
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/import-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"scripts": {
Expand Down

0 comments on commit 30536b0

Please sign in to comment.