Skip to content

Commit

Permalink
Install pnpm in action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu authored Dec 13, 2023
1 parent 2a20863 commit 103f6f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'pnpm'
- name: Install pnpm
run: npm i -g pnpm
- run: pnpm ci
- run: pnpm test

0 comments on commit 103f6f7

Please sign in to comment.