diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58a7b8d..bf8f74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,12 @@ jobs: with: node-version: "lts/*" - - name: pnpm install + - name: Pnpm uses: pnpm/action-setup@v4 + - name: Pnpm install + run: pnpm install + - name: Run Linting Checks run: pnpm lint @@ -43,9 +46,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: pnpm install + - name: Pnpm uses: pnpm/action-setup@v4 + - name: Pnpm install + run: pnpm install + - name: lint run: pnpm lint