Skip to content

Commit aed7ba6

Browse files
authored
swift-docc-render needs Node 22 now
1 parent af0e831 commit aed7ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy-docs-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
with:
5353
repository: vapor/swift-docc-render
5454
path: swift-docc-render
55-
- name: Setup node 20
55+
- name: Setup node 22
5656
uses: actions/setup-node@v6
5757
with:
58-
node-version: 20
58+
node-version: 22
5959
- name: Build swift-docc-render
6060
working-directory: swift-docc-render
6161
run: npm ci && npm run build

0 commit comments

Comments
 (0)