We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0835257 commit e93a491Copy full SHA for e93a491
1 file changed
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: ${{ matrix.node }}
33
- cache: 'npm'
+ cache: 'pnpm'
34
registry-url: 'https://registry.npmjs.org'
35
36
- name: Install pnpm
0 commit comments