Skip to content

Commit 238497d

Browse files
committed
ci: bump nodejs to v20
1 parent 2cb5fce commit 238497d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.mermaid_fix == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version))
7575
uses: actions/setup-node@v3
7676
with:
77-
node-version: "16"
77+
node-version: "20"
7878

7979
- name: 🏗 Install mermaid-cli
8080
if: matrix.mermaid_fix == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version))

0 commit comments

Comments
 (0)