Skip to content

Commit 1487598

Browse files
olaf-cichockijerzy-mankowski
authored andcommitted
ci(config): Add packageManager field
1 parent 4275f4f commit 1487598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
matrix:
1111
version: [14, 16, 18]
1212
steps:
13+
- uses: actions/checkout@v4
14+
1315
- name: Setup pnpm
1416
uses: pnpm/action-setup@v4
1517

@@ -19,8 +21,6 @@ jobs:
1921
node-version: ${{ matrix.version }}
2022
cache: 'pnpm'
2123

22-
- uses: actions/checkout@v4
23-
2424
- name: Installing dependencies
2525
run: pnpm install --frozen-lockfile
2626

0 commit comments

Comments
 (0)