Skip to content

Commit 3965a78

Browse files
committed
chore: fix node version
1 parent d018d47 commit 3965a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-site-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- uses: actions/setup-node@v6
7272
with:
73-
node-version: 18
73+
node-version: 20
7474

7575
- run: pnpm install
7676

@@ -93,7 +93,7 @@ jobs:
9393

9494
- uses: actions/setup-node@v6
9595
with:
96-
node-version: 18
96+
node-version: 20
9797

9898
- run: pnpm install
9999

0 commit comments

Comments
 (0)