Skip to content

Commit

Permalink
Use NPM instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed May 15, 2024
1 parent b42e59e commit 3d60514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/setup-node@v3

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

- run: pnpm run test
- run: npm run test

0 comments on commit 3d60514

Please sign in to comment.