From 6defee01139b405e9859b905b559eace9d3ab18a Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Thu, 22 Jan 2026 17:14:01 -0500 Subject: [PATCH] Fix .nvrmc to .nvmrc typo in PR GitHub workflow --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 634f42027..6932936c6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -87,7 +87,7 @@ jobs: - name: Setup node environment uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version-file: .nvrmc + node-version-file: .nvmrc cache: npm check-latest: true