Skip to content

Commit

Permalink
ci: revert to npm from pnpm (#5)
Browse files Browse the repository at this point in the history
* ci: add packagemangager field in manifest
* ci: revert to npm for compatibility

* test: add vitest stubs in all files
* test: update thresholds
* test: pass ci with no tests
  • Loading branch information
helmturner authored Aug 20, 2023
1 parent 262e070 commit a383aef
Show file tree
Hide file tree
Showing 8 changed files with 2,444 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm install npm@latest -g
- run: npm install -g npm@latest
- run: npm run ci
Loading

0 comments on commit a383aef

Please sign in to comment.