Skip to content

Commit 32d49b0

Browse files
committed
fix: remove node setup, not needed
1 parent f012701 commit 32d49b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-pages.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26-
- name: Setup Node
27-
uses: actions/setup-node@v4
28-
with:
29-
node-version: 22
30-
cache: pnpm
31-
3226
- name: Setup pnpm
3327
uses: pnpm/action-setup@v4
3428
with:

0 commit comments

Comments
 (0)