Fix .nvrmc to .nvmrc typo in PR GitHub workflow

This commit is contained in:
Nicholas La Roux
2026-01-22 17:14:01 -05:00
parent 4bddb83aa7
commit 6defee0113
+1 -1
View File
@@ -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