We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e1837 + d0ddc8d commit cd4a1d2Copy full SHA for cd4a1d2
1 file changed
.github/workflows/website.yml
@@ -23,6 +23,9 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v6
26
+ - uses: actions/setup-node@v6
27
+ with:
28
+ node-version: '22.12.0'
29
- uses: oven-sh/setup-bun@v2
30
with:
31
bun-version: '1.3'
0 commit comments