Skip to content

Commit

Permalink
Switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Aug 24, 2024
1 parent 86271c0 commit 703becb
Show file tree
Hide file tree
Showing 5 changed files with 3,390 additions and 5,244 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js from .tool-versions
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: "npm"
- run: npm ci
- run: npm run typecheck
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm run test
cache: "pnpm"
- run: pnpm install
- run: pnpm run typecheck
- run: pnpm run format:check
- run: pnpm run lint
- run: pnpm run build
- run: pnpm run test
env:
FORCE_COLOR: 2
- name: Coveralls
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
Loading

0 comments on commit 703becb

Please sign in to comment.