Skip to content

Commit 652c2f2

Browse files
authored
chore: upgrade pnpm to 10.33.3 (#1231)
1 parent 6e50eca commit 652c2f2

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
"https://github.com/${PR_HEAD_REPO}.git" \
5353
"${PR_HEAD_SHA}"
5454
- name: Install pnpm
55-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
55+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
5656
with:
5757
run_install: false
5858
- name: Setup Node

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
2727
- name: Install pnpm
28-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
28+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
2929
with:
3030
run_install: true
3131
- name: Run build
@@ -37,7 +37,7 @@ jobs:
3737
# with:
3838
# path: . # The root location of your Astro project inside the repository. (optional)
3939
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
40-
package-manager: pnpm@10.33.2 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
40+
package-manager: pnpm@10.33.3 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
4141

4242
deploy:
4343
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup pnpm
31-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
31+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
3232

3333
- name: Setup node.js
3434
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: false
108108
- name: Install pnpm
109109
if: ${{ needs.changes.outputs.run_ci == 'true' }}
110-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
110+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
111111
with:
112112
run_install: false
113113
- name: Setup Node.js
@@ -155,7 +155,7 @@ jobs:
155155
persist-credentials: false
156156
- name: Install pnpm
157157
if: ${{ needs.changes.outputs.run_ci == 'true' }}
158-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
158+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
159159
with:
160160
run_install: false
161161
- name: Setup Node.js
@@ -195,7 +195,7 @@ jobs:
195195
persist-credentials: false
196196
- name: Install pnpm
197197
if: ${{ needs.changes.outputs.run_ci == 'true' }}
198-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
198+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
199199
with:
200200
run_install: false
201201
- name: Setup Node.js

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
persist-credentials: false
5656
- name: Install pnpm
57-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320
57+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
5858
with:
5959
run_install: false
6060
- name: Setup Node.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@
103103
"@types/node": "22.19.13"
104104
}
105105
},
106-
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
106+
"packageManager": "pnpm@10.33.3+sha512.a19744364a7e248b92657a4ca5973f9354d21caf982579674b1c539f32c7420c47138ad8b1254df07aba9bc782d9b3029e3db34d5dbff974326eb74dac8ff489"
107107
}

0 commit comments

Comments
 (0)