Skip to content

Commit 77a686a

Browse files
Update pnpm/action-setup action to v2.4.1
1 parent 0534e92 commit 77a686a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: ${{ matrix.node }}
3131

3232
- name: Install dependencies
33-
uses: pnpm/action-setup@v2.2.2
33+
uses: pnpm/action-setup@v2.4.1
3434
with:
3535
version: 6.23.6
3636
run_install: true

lib/koa-api/.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: ${{ matrix.node }}
3131

3232
- name: Install dependencies
33-
uses: pnpm/action-setup@v2.2.1
33+
uses: pnpm/action-setup@v2.4.1
3434
with:
3535
version: 6.23.6
3636
run_install: true

0 commit comments

Comments
 (0)