Skip to content

Commit 0ff2b77

Browse files
committed
chore: update pnpm
1 parent a19c736 commit 0ff2b77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
- name: Checkout Commit
3030
uses: actions/checkout@v3
3131
- name: Install pnpm
32-
uses: pnpm/action-setup@v2.4.0
32+
uses: pnpm/action-setup@v4.1.0
3333
with:
34-
version: next-8
3534
standalone: true
3635
- name: Setup Node
3736
uses: actions/setup-node@v3

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@
6262
"./node-gyp-bin/node-gyp",
6363
"./node-gyp-bin/node-gyp.cmd"
6464
]
65-
}
65+
},
66+
"packageManager": "[email protected]"
6667
}

0 commit comments

Comments
 (0)