diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b4a8837..87cccbe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,8 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Enable Corepack before setting up Node - run: corepack enable - uses: actions/setup-node@v4 with: node-version: 18