Skip to content

Commit

Permalink
Revert "Upgrade remaining infra to pnpm@9.15.7" (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen authored Mar 7, 2025
1 parent ae3ecff commit 6ad40e2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.15.7
version: 9.15.5

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/brevduen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY apps ./apps
COPY packages ./packages
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./

RUN npm i -g pnpm@9.15.7 --ignore-scripts
RUN npm i -g pnpm@9.15.5 --ignore-scripts
RUN pnpm install --frozen-lockfile --ignore-scripts
RUN pnpm build:brevduen

Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS builder
WORKDIR /app

RUN apk update && apk add --no-cache libc6-compat
RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY apps ./apps
COPY packages ./packages
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
Expand All @@ -15,7 +15,7 @@ WORKDIR /app

ENV DOCKER_BUILD=1

RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY --from=builder /app/out/json .
COPY --from=builder /app/out/full/packages/db/prisma/schema.prisma packages/db/prisma/schema.prisma

Expand Down
4 changes: 2 additions & 2 deletions apps/invoicification/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS builder
WORKDIR /app

RUN apk update && apk add --no-cache libc6-compat
RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY apps ./apps
COPY packages ./packages
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
Expand All @@ -15,7 +15,7 @@ WORKDIR /app

ENV DOCKER_BUILD=1

RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY --from=builder /app/out/json .
RUN pnpm install --ignore-scripts
COPY --from=builder /app/out/full .
Expand Down
4 changes: 2 additions & 2 deletions apps/rif/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS builder
WORKDIR /app

RUN apk update && apk add --no-cache libc6-compat
RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY apps ./apps
COPY packages ./packages
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
Expand All @@ -15,7 +15,7 @@ WORKDIR /app

ENV DOCKER_BUILD=1

RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY --from=builder /app/out/json .
RUN pnpm install --ignore-scripts
COPY --from=builder /app/out/full .
Expand Down
4 changes: 2 additions & 2 deletions apps/rpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM base AS builder
WORKDIR /app

RUN apk update && apk add --no-cache libc6-compat
RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY apps ./apps
COPY packages ./packages
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml turbo.json ./
Expand All @@ -15,7 +15,7 @@ WORKDIR /app

ENV DOCKER_BUILD=1

RUN npm install -g pnpm@9.15.7 turbo@2.0.14 --ignore-scripts
RUN npm install -g pnpm@9.15.5 turbo@2.0.14 --ignore-scripts
COPY --from=builder /app/out/json .
COPY --from=builder /app/out/full/packages/db/prisma/schema.prisma packages/db/prisma/schema.prisma

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"packages/*",
"apps/*"
],
"packageManager": "pnpm@9.15.7",
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.15.7"
"pnpm": ">=9.15.5"
},
"devDependencies": {
"turbo": "^2.4.4",
Expand Down

0 comments on commit 6ad40e2

Please # to comment.