Skip to content

Commit 70b93ff

Browse files
committed
Use pnpm/action-setup
1 parent 0a77d80 commit 70b93ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nodejs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ jobs:
5656
pnpm-${{ matrix.vars.id }}-
5757
pnpm-
5858
- name: Install pnpm
59-
uses: KSXGitHub/github-actions-setup[email protected]
59+
uses: pnpm/action-setup@v1.2.0
6060
with:
6161
version: ${{ matrix.pnpm }}
62-
- name: Install dependencies
63-
run: pnpm recursive install ${{ matrix.vars.pnpm }}
62+
run-install: |
63+
recursive: true
64+
args: [ ${{ matrix.vars.pnpm }} ]
6465
- name: Test
6566
env:
6667
SHOW_SPAWN_CMD: 'true'

0 commit comments

Comments
 (0)