Skip to content

Commit

Permalink
Add pnpm actions
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed Jan 22, 2024
1 parent 5205b8f commit 54932fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: 20.x

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Install dependencies
run: pnpm install
shell: bash

0 comments on commit 54932fc

Please sign in to comment.