Skip to content

Commit adbe50b

Browse files
olaf-cichockijerzy-mankowski
authored andcommitted
ci(config): Use pnpm in ci
1 parent 0b53dae commit adbe50b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
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 }}-
19+
cache: 'pnpm'
2820

2921
- name: Installing dependencies
3022
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)