We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0fca9 commit f49cf70Copy full SHA for f49cf70
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- run: uv python install
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 22
20
- run: make build
21
- run: make install
22
- id: release
.github/workflows/site.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
- uses: quarto-dev/quarto-actions/setup@v2
49
- run: make dev
50
- run: make docs
0 commit comments