diff --git a/.github/workflows/update-community-docs.yml b/.github/workflows/update-community-docs.yml index d201403ca..81c9280bb 100644 --- a/.github/workflows/update-community-docs.yml +++ b/.github/workflows/update-community-docs.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version: '22' cache: 'yarn' - name: Install dependencies