Skip to content

Commit cd4a1d2

Browse files
Merge origin/main and fix website Node version
Co-authored-by: thedavidweng <95214375+thedavidweng@users.noreply.github.com>
2 parents 15e1837 + d0ddc8d commit cd4a1d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v6
26+
- uses: actions/setup-node@v6
27+
with:
28+
node-version: '22.12.0'
2629
- uses: oven-sh/setup-bun@v2
2730
with:
2831
bun-version: '1.3'

0 commit comments

Comments
 (0)