Skip to content

Commit b330047

Browse files
committed
use the new pnpm ci step
1 parent 79b913b commit b330047

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
node-version: '24'
2121

2222
- name: Set up pnpm
23-
uses: pnpm/action-setup@v2
23+
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
2426

2527
- name: Install dependencies
2628
run: pnpm install

0 commit comments

Comments
 (0)