Skip to content

Commit

Permalink
adjust circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Mar 31, 2024
1 parent 6e1438f commit 18325ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
- image: cimg/base:stable
steps:
- checkout
- node/install-packages:
pkg-manager: pnpm
- name: Install pnpm
run: |
curl -L https://unpkg.com/@pnpm/self-installer | node
- run:
name: Run tests
command: pnpm test
Expand Down

0 comments on commit 18325ac

Please sign in to comment.