Skip to content

Commit 646d790

Browse files
authored
Merge pull request #91 from taj54/renovate/pnpm-10.x
chore(deps): update pnpm to v10.24.0
2 parents ddad514 + 442b43d commit 646d790

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

0 commit comments

Comments
 (0)