Skip to content

Commit

Permalink
pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
edspencer committed Aug 20, 2024
1 parent c382904 commit 368672a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: "pnpm"

- name: Install dependencies
run: npm install
run: pnpm install

- name: Run tests
run: npm test
run: npx jest

0 comments on commit 368672a

Please sign in to comment.