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