diff --git a/.github/workflows/generate_api_ref.yml b/.github/workflows/generate_api_ref.yml index 4e89a997e..c686cdf2b 100644 --- a/.github/workflows/generate_api_ref.yml +++ b/.github/workflows/generate_api_ref.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20.x" registry-url: "https://registry.npmjs.org" cache: pnpm cache-dependency-path: pnpm-lock.yaml