Skip to content

Commit

Permalink
chore: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Sep 6, 2024
1 parent 94e05f6 commit 2da2b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY package.json .
COPY pnpm-lock.yaml .

RUN apk add --update --no-cache git
RUN npm install -g pnpm@8
RUN npm install -g pnpm@9

RUN pnpm install --frozen-lockfile

Expand All @@ -28,7 +28,7 @@ COPY pnpm-lock.yaml .
COPY ./prisma .

RUN apk add --update --no-cache git
RUN npm install -g pnpm@8
RUN npm install -g pnpm@9

RUN pnpm install --frozen-lockfile --prod --no-optional
RUN pnpm dlx prisma generate
Expand All @@ -37,7 +37,7 @@ RUN pnpm dlx prisma generate
FROM --platform=$BUILDPLATFORM node:18-alpine3.16

RUN apk add --update --no-cache dumb-init git
RUN npm install -g pnpm@8
RUN npm install -g pnpm@9

WORKDIR /app

Expand Down

0 comments on commit 2da2b88

Please sign in to comment.