Skip to content

Commit

Permalink
⬆️ Upgrade pnpm to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Sep 11, 2024
1 parent a7ab5a4 commit dfc34fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "energy-vision",
"private": true,
"engines": {
"pnpm": ">=6"
"pnpm": ">=9"
},
"type": "module",
"scripts": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"only-allow": "^1.1.1",
"typescript": "4.8.4"
}
}
}
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY web/package.json web/pnpm-lock.yaml web/
COPY web/patches web/patches

RUN \
if [ -f pnpm-lock.yaml ]; then yarn global add pnpm@8.5.1 && pnpm m i --frozen-lockfile;\
if [ -f pnpm-lock.yaml ]; then yarn global add pnpm@9.10.0 && pnpm m i --frozen-lockfile;\
else echo "Lockfile not found." && exit 1; \
fi

Expand Down

0 comments on commit dfc34fd

Please sign in to comment.