diff --git a/.github/workflows/lint-and-check-types.yml b/.github/workflows/lint-and-check-types.yml index a10acdd..e93bc52 100644 --- a/.github/workflows/lint-and-check-types.yml +++ b/.github/workflows/lint-and-check-types.yml @@ -8,8 +8,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 'latest' - uses: actions/setup-node@v4 with: node-version: 'lts/*'