diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c8f8df170..9837269ce 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -83,7 +83,7 @@ jobs: - name: 🏗 Set up NodeJS 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)) - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16"