Skip to content

Commit d6fd842

Browse files
chore(deps): update pnpm to v10.33.0
1 parent a5d9cec commit d6fd842

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.28.2
30+
version: 10.33.0
3131

3232
- name: Install deps
3333
run: pnpm install --frozen-lockfile

.github/workflows/tag-after-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup pnpm
6767
uses: pnpm/action-setup@v4
6868
with:
69-
version: 10.28.2
69+
version: 10.33.0
7070

7171
- name: Install deps
7272
run: pnpm install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 10.28.2
25+
version: 10.33.0
2626

2727
- name: Install dependencies
2828
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "Taj",
3030
"email": "tajulislamj200@gmail.com"
3131
},
32-
"packageManager": "pnpm@10.28.2",
32+
"packageManager": "pnpm@10.33.0",
3333
"dependencies": {
3434
"@actions/core": "^2.0.0",
3535
"@actions/exec": "^2.0.0",

0 commit comments

Comments
 (0)