Skip to content

Commit c5d5633

Browse files
authored
Update pnpm version (#2825)
* Update `pnpm` version * prettier!!!
1 parent 408a0d4 commit c5d5633

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node_version }}
2828

2929
- name: Install pnpm
30-
uses: pnpm/action-setup@v2.4.1
30+
uses: pnpm/action-setup@v4.0.0
3131

3232
- name: Get pnpm cache - Set output
3333
id: pnpm-cache

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66

77
COPY . .
88

9-
RUN npm install -g pnpm@9.1.1
9+
RUN npm install -g pnpm@9.12.3
1010
RUN pnpm install
1111
RUN pnpm build
1212

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

24-
RUN npm install -g pnpm@9.1.1
24+
RUN npm install -g pnpm@9.12.3
2525

2626
WORKDIR ${DISTDIR}
2727
RUN pnpm install --prod

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "pnpm@9.7.0",
15+
"packageManager": "pnpm@9.12.3",
1616
"engines": {
1717
"node": ">=18.0.0",
18-
"pnpm": ">=9.1.1"
18+
"pnpm": ">=9.12.3"
1919
},
2020
"keywords": [
2121
"graphql",

0 commit comments

Comments
 (0)