Skip to content

Commit

Permalink
ci(config): Add packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
olaf-cichocki committed Dec 16, 2024
1 parent 0313a26 commit 8f98a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
version: [14, 16, 18]
steps:
- uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4

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

- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 8f98a14

Please sign in to comment.