Skip to content

Commit 2929293

Browse files
chore(deps): update pnpm to v10.33.1
1 parent cc548ed commit 2929293

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v5
2929
with:
30-
version: 10.33.0
30+
version: 10.33.1
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@v5
6868
with:
69-
version: 10.33.0
69+
version: 10.33.1
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@v5
2424
with:
25-
version: 10.33.0
25+
version: 10.33.1
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": "[email protected]"
3131
},
32-
"packageManager": "[email protected].0",
32+
"packageManager": "[email protected].1",
3333
"dependencies": {
3434
"@actions/core": "^2.0.0",
3535
"@actions/exec": "^2.0.0",

0 commit comments

Comments
 (0)