Skip to content

Commit fd9bdc2

Browse files
committed
fix: ci の修正
1 parent 2f04426 commit fd9bdc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: '24'
21-
cache: 'pnpm'
2221

2322
- name: Setup pnpm
24-
uses: pnpm/action-setup@v3
23+
uses: pnpm/action-setup@v4
2524
with:
2625
version: 10.20.0
2726
run_install: false

0 commit comments

Comments
 (0)