diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4da5c6a..b59c7f6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version-file: ".nvmrc" + node-version-file: "template/.nvmrc" cache: "yarn" - name: Install dependencies run: yarn