Skip to content

Commit bcce7d9

Browse files
authored
Merge pull request #25 from ghiscoding/chore/pnpm-action3
chore(deps): update pnpm action to v3
2 parents c121b77 + 43e5e74 commit bcce7d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

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

4343
- name: Install pnpm
44-
uses: pnpm/action-setup@v2
44+
uses: pnpm/action-setup@v3
4545
with:
4646
version: 8
4747
run_install: false

.github/workflows/publish-npm-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node-version: 20
3838

3939
- name: Install pnpm
40-
uses: pnpm/action-setup@v2
40+
uses: pnpm/action-setup@v3
4141
with:
4242
version: 8
4343
run_install: false

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: 20
4646

4747
- name: Install pnpm
48-
uses: pnpm/action-setup@v2
48+
uses: pnpm/action-setup@v3
4949
with:
5050
version: 8
5151
run_install: false

.github/workflows/publish-npm-prompt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 20
5050

5151
- name: Install pnpm
52-
uses: pnpm/action-setup@v2
52+
uses: pnpm/action-setup@v3
5353
with:
5454
version: 8
5555
run_install: false

0 commit comments

Comments
 (0)