Skip to content

Commit

Permalink
Merge pull request #32 from jill64/dev
Browse files Browse the repository at this point in the history
Add pnpm setup to Wraith CI workflow
  • Loading branch information
ghost-merge[bot] authored Nov 7, 2023
2 parents ad0073d + 896c605 commit 275c9ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wraith-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: true

- name: Wraith CI
uses: jill64/wraith-ci@main
with:
Expand Down

0 comments on commit 275c9ca

Please sign in to comment.