diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 486861c9..32f81c95 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - name: Install dependencies run: pnpm install