Skip to content

Commit

Permalink
Update pnpm version (#2825)
Browse files Browse the repository at this point in the history
* Update `pnpm` version

* prettier!!!
  • Loading branch information
TuvalSimha authored Nov 11, 2024
1 parent 408a0d4 commit c5d5633
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node_version }}

- name: Install pnpm
uses: pnpm/action-setup@v2.4.1
uses: pnpm/action-setup@v4.0.0

- name: Get pnpm cache - Set output
id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY . .

RUN npm install -g pnpm@9.1.1
RUN npm install -g pnpm@9.12.3
RUN pnpm install
RUN pnpm build

Expand All @@ -21,7 +21,7 @@ COPY --from=build /app/packages "${DISTDIR}/packages"
COPY --from=build /app/package.json ${DISTDIR}
COPY --from=build /app/pnpm-workspace.yaml ${DISTDIR}

RUN npm install -g pnpm@9.1.1
RUN npm install -g pnpm@9.12.3

WORKDIR ${DISTDIR}
RUN pnpm install --prod
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.1"
"pnpm": ">=9.12.3"
},
"keywords": [
"graphql",
Expand Down

0 comments on commit c5d5633

Please sign in to comment.