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

Commit 1e0174a

Browse files
authored
ci: use pnpm 9 (#28)
* ci: use pnpm 9 * chore: define pnpm version in package.json
1 parent c602be5 commit 1e0174a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 8
2321
- name: Use Node.js ${{ matrix.node-version }}
2422
uses: actions/setup-node@v4
2523
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"@changesets/cli": "^2.27.1",
1515
"turbo": "^1.11.1",
1616
"typescript": "^5.2.2"
17-
}
17+
},
18+
"packageManager": "pnpm@9.2.0"
1819
}

0 commit comments

Comments
 (0)