Skip to content

Commit 195b769

Browse files
olaf-cichockijerzy-mankowski
authored andcommitted
ci(config): Install pnpm in ci
1 parent adbe50b commit 195b769

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ jobs:
1010
matrix:
1111
version: [14, 16, 18]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- name: Setup pnpm
14+
uses: pnpm/action-setup@v4
1415

1516
- name: Use Node.js
1617
uses: actions/setup-node@v4
1718
with:
1819
node-version: ${{ matrix.version }}
1920
cache: 'pnpm'
2021

22+
- uses: actions/checkout@v4
23+
2124
- name: Installing dependencies
2225
run: pnpm install --frozen-lockfile
2326

0 commit comments

Comments
 (0)