Skip to content

Commit 5077425

Browse files
committed
chore(deps): update pnpm/action-setup action to v2.4.0
1 parent 57b96c2 commit 5077425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v2.3.0
26+
uses: pnpm/action-setup@v2.4.0
2727
with:
2828
version: 6.20.0
2929
- name: Setup Node.js v14.x

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2.3.0
22+
uses: pnpm/action-setup@v2.4.0
2323
with:
2424
version: 6.17.0
2525
- name: Setup Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)