Skip to content

Commit b7cf114

Browse files
Update pnpm/action-setup action to v2.4.0
1 parent 2d5c9f3 commit b7cf114

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

28-
- uses: pnpm/action-setup@v2.2.4
28+
- uses: pnpm/action-setup@v2.4.0
2929
with:
3030
version: 6.12.0
3131

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 14.x
1818
registry-url: 'https://registry.npmjs.org'
1919

20-
- uses: pnpm/action-setup@v2.2.4
20+
- uses: pnpm/action-setup@v2.4.0
2121
with:
2222
version: 6.12.0
2323

0 commit comments

Comments
 (0)