Skip to content

Commit e1c076e

Browse files
authored
ci: build documentation with Node 22 (#418)
We were previously using Node 16 which is EOL and not supported by Typedoc, so warnings occured.
1 parent 406b415 commit e1c076e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-documentation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Setup node
99
uses: actions/setup-node@v3
1010
with:
11-
node-version: '16'
11+
node-version: '22'
1212
- name: Install dependencies
1313
shell: bash
1414
run: npm ci

0 commit comments

Comments
 (0)