Skip to content

Commit 908dcfe

Browse files
chore(deps): update pnpm to v10.30.1
1 parent 3e75331 commit 908dcfe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PNPM
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 10.30.0
28+
version: 10.30.1
2929

3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/update-counts.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.30.0
30+
version: 10.30.1
3131

3232
- name: Install dependencies
3333
run: pnpm install

.github/workflows/validate-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup PNPM
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 10.30.0
27+
version: 10.30.1
2828

2929
- name: Install dependencies
3030
run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"author": "Tuan Duc Tran <tuanductran.dev@gmail.com>",
1414
"license": "MIT",
15-
"packageManager": "pnpm@10.30.0",
15+
"packageManager": "pnpm@10.30.1",
1616
"engines": {
1717
"node": ">=20.0.0"
1818
},

0 commit comments

Comments
 (0)