Skip to content

Commit 713b808

Browse files
committed
ci: specify pnpm version as the package manager
1 parent c518b02 commit 713b808

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ jobs:
231231

232232
- name: Install pnpm
233233
uses: pnpm/action-setup@v4
234+
with:
235+
version: 9
234236

235237
- name: Install Yarn
236238
run: |

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"node-gyp": "10.0.1"
6565
}
6666
},
67+
"packageManager": "[email protected]",
6768
"engines": {
6869
"node": ">= 10",
6970
"pnpm": ">= 9"

0 commit comments

Comments
 (0)