Skip to content

Commit 877e23a

Browse files
committed
chore: update pnpm version and lock file
1 parent a99a5a3 commit 877e23a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v3
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Use Node.js 20.x
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: pnpm/action-setup@v3
1414
with:
15-
version: 8
15+
version: 9
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20

0 commit comments

Comments
 (0)