We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b53dae commit adbe50bCopy full SHA for adbe50b
.github/workflows/pull-request.yml
@@ -16,15 +16,7 @@ jobs:
16
uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.version }}
19
- cache: 'npm'
20
-
21
- - name: Cache Node.js modules
22
- uses: actions/cache@v4
23
- with:
24
- path: node_modules
25
- key: ${{ runner.os }}-node-${{ matrix.version }}-${{ hashFiles('package-lock.json') }}
26
- restore-keys: |
27
- ${{ runner.os }}-node-${{ matrix.version }}-
+ cache: 'pnpm'
28
29
- name: Installing dependencies
30
run: pnpm install --frozen-lockfile
0 commit comments