Skip to content

Commit

Permalink
Add pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPenguin committed Feb 15, 2024
1 parent 7b7b0b5 commit f0efcc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
node-version: "14"
cache: "pnpm"

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Install Dependencies with pnpm
if: ${{ steps.setup_node_id.outputs.cache-hit != 'true' }}
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit f0efcc7

Please sign in to comment.