Skip to content

Commit ba32566

Browse files
authored
Merge pull request #51 from tuanductran/renovate/pnpm-10.x
2 parents b2bbc9e + 96f1ba7 commit ba32566

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.28.2
28+
version: 10.29.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.28.2
30+
version: 10.29.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.28.2
27+
version: 10.29.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.28.2",
15+
"packageManager": "pnpm@10.29.1",
1616
"engines": {
1717
"node": ">=20.0.0"
1818
},

0 commit comments

Comments
 (0)