Skip to content

Commit e3c6ef8

Browse files
committed
ci: bump nodejs to v20
1 parent 6228787 commit e3c6ef8

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
@@ -77,7 +77,7 @@ jobs:
7777
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
7878
uses: actions/setup-node@v3
7979
with:
80-
node-version: "16"
80+
node-version: "20"
8181

8282
- name: 🏗 Install mermaid-cli
8383
if: 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)