diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 4f60780..a9741f9 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 + - name: Install dependencies run: pnpm install