From 28f6ff869704cec823de04a9deccb48c0d43684b Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 26 Aug 2022 07:45:33 +0100 Subject: [PATCH] Moved prettify back to npm use --- .github/workflows/lockfile.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index 0234bee6..2b26ea4d 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -60,18 +60,8 @@ jobs: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} - - uses: pnpm/action-setup@v2.2.2 - with: - version: 7 - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'pnpm' - - name: Prettify code - run: pnpm prettier + run: npm run prettier - name: Commit Prettier Code uses: stefanzweifel/git-auto-commit-action@v4.14.1