Skip to content

Commit f49cf70

Browse files
committed
ci: update node to v22
1 parent 1e0fca9 commit f49cf70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: uv python install
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
- run: make build
2121
- run: make install
2222
- id: release

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: uv python install
4545
- uses: actions/setup-node@v4
4646
with:
47-
node-version: 18
47+
node-version: 22
4848
- uses: quarto-dev/quarto-actions/setup@v2
4949
- run: make dev
5050
- run: make docs

0 commit comments

Comments
 (0)