We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda819b commit 06d658aCopy full SHA for 06d658a
1 file changed
.github/workflows/npm-publish.yml
@@ -21,9 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
registry-url: 'https://registry.npmjs.org'
24
-
25
- - name: Setup pnpm
26
- uses: pnpm/action-setup@v4
+ cache: 'pnpm'
27
28
- name: Install dependencies
29
run: pnpm install --frozen-lockfile
0 commit comments