Skip to content

Commit 8f3ce1c

Browse files
chore(deps): update pnpm to v10.31.0
1 parent 9644bc1 commit 8f3ce1c

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.3
28+
version: 10.31.0
2929

3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile

.github/workflows/update-counts.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.3
28+
version: 10.31.0
2929

3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile

.github/workflows/validate-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup PNPM
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 10.30.3
32+
version: 10.31.0
3333

3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile

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.3",
15+
"packageManager": "pnpm@10.31.0",
1616
"engines": {
1717
"node": ">=20.0.0"
1818
},

0 commit comments

Comments
 (0)