From a70c83f0008e9d32173ffc9d2c1d99b653535ab3 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Wed, 26 Nov 2025 13:00:11 -0500 Subject: [PATCH] fix(ci,community): Fix workflow error nvmrc does not exist Signed-off-by: Scott Rigby --- .github/workflows/update-community-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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