Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
ci: use pnpm 9 (#28)
Browse files Browse the repository at this point in the history
* ci: use pnpm 9

* chore: define pnpm version in package.json
  • Loading branch information
hanspagel authored Jul 23, 2024
1 parent c602be5 commit 1e0174a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"@changesets/cli": "^2.27.1",
"turbo": "^1.11.1",
"typescript": "^5.2.2"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 1e0174a

Please sign in to comment.