diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 786f742..8d4add1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -32,4 +32,4 @@ jobs: - name: Lint run: pnpm lint:fix - - uses: autofix-ci/action@v1 \ No newline at end of file + # - uses: autofix-ci/action@v1 \ No newline at end of file diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index c011c52..0c37af9 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -17,12 +17,12 @@ jobs: with: fetch-depth: 0 + - run: corepack enable + - uses: actions/setup-node@v4 with: node-version: lts/* cache: pnpm - - - run: corepack enable - name: Install run: pnpm install