Skip to content

Commit

Permalink
[#61] Added pnpm to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Brouwer committed Oct 24, 2023
1 parent f1abdf8 commit 1a8c0e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
with:
lfs: true
- name: Install dependencies
run: 'pnpm i --frozen-lockfile'
uses: pnpm/action-setup@v2
with:
version: 'latest'
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Lint
run: 'pnpm lint'
- name: Run tests
Expand Down

0 comments on commit 1a8c0e5

Please sign in to comment.