diff --git a/.github/issue_template/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/issue_template/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/issue_template/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 100% rename from .github/issue_template/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index eb224f44..1b00f694 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -25,7 +25,7 @@ jobs: node-version: 16 - name: Install Node.js dependencies - run: npm ci + run: yarn install - name: Run linters uses: wearerequired/lint-action@v2