Skip to content

Commit

Permalink
changed it back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaineng committed Jan 17, 2024
1 parent 33c87c2 commit cfca59a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: pnpm install
run: pnpm ci
- name: npm install
run: npm ci
- name: tests
run: pnpm test
run: npm test

0 comments on commit cfca59a

Please sign in to comment.