Skip to content

Commit

Permalink
chore(package): specify engines and package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed Apr 15, 2024
1 parent ee2bbe9 commit 3c36d63
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 1,139 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=8.10.5
ARG PNPM_VERSION=8.15.5
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
}
"pnpm": "^8.15.4",
"node": ">=20.0.0"
},
"packageManager": "pnpm@8.15.5"
}
Loading

0 comments on commit 3c36d63

Please sign in to comment.