Skip to content

Commit 1acc409

Browse files
committed
fix(ci): pnpm version
1 parent 162e559 commit 1acc409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.12.1
24+
version: 10.12.4
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4
2727
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.12.1
24+
version: 10.12.4
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4
2727
with:

0 commit comments

Comments
 (0)