Skip to content

Commit 5fc6910

Browse files
committed
Use corepack
1 parent 3ca675d commit 5fc6910

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232

33-
- name: Setup pnpm
34-
uses: pnpm/action-setup@v3
35-
with:
36-
version: 8.15
33+
- name: Enable corepack
34+
run: corepack enable
3735

3836
- name: Setup node
3937
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Ilya Semenov",
66
"license": "MIT",
77
"type": "module",
8+
"packageManager": "[email protected]",
89
"scripts": {
910
"lint": "eslint --fix . && prettier --write '**/*.{json,md}'",
1011
"prepare": "husky"

0 commit comments

Comments
 (0)