Skip to content

Commit f85f2d2

Browse files
chore(deps): update pnpm to v10.18.2
1 parent ed6c1f5 commit f85f2d2

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.18.1
30+
version: 10.18.2
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.18.1
69+
version: 10.18.2
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.18.1
25+
version: 10.18.2
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.18.1",
32+
"packageManager": "pnpm@10.18.2",
3333
"dependencies": {
3434
"@actions/core": "^1.11.1",
3535
"@actions/exec": "^1.1.1",

0 commit comments

Comments
 (0)