From 3e79e7ebfae0acef316913324cc9ba5e9b018949 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Jun 2024 19:15:55 +0200 Subject: [PATCH] fix(ci): fix autofix jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index a988c47a..d98daf9a 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -29,7 +29,6 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: lts cache: 'pnpm' - run: pnpm install --ignore-scripts --frozen-lockfile @@ -46,7 +45,6 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: lts cache: 'pnpm' - run: pnpm install --ignore-scripts --frozen-lockfile -- 2.34.1