Skip to content

Commit 4f36241

Browse files
committed
fix: Remove actions/setup-node
1 parent 7ab1d4f commit 4f36241

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
- uses: pnpm/action-setup@v4
1414
with:
1515
version: 9
16-
- uses: actions/setup-node@v4
17-
with:
18-
node-version: 20
19-
cache: 'pnpm'
2016
- name: Install pnpm dependencies
2117
run: pnpm i
2218

0 commit comments

Comments
 (0)