From 65deefa53c89905b33274399f7cddd77edd384e3 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Fri, 26 Apr 2024 16:25:44 +0200 Subject: [PATCH] ci: Revert pnpm in pull-request.yml --- .github/workflows/pull-request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8ded86c1a..d80b39eec 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,9 +45,8 @@ jobs: with: files: icons/* - uses: actions/setup-node@v4 - - uses: pnpm/action-setup@v2 - name: Install simple-git (safer and faster than installing all deps) - run: pnpm install simple-git + run: npm install simple-git - name: Generate annotations run: node ./scripts/updateContributors.mjs env: @@ -96,9 +95,8 @@ jobs: body-includes: Added or changed icons - uses: actions/setup-node@v4 - - uses: pnpm/action-setup@v2 - name: Install svgson for code preview (safer and faster than installing all deps) - run: pnpm install svgson + run: npm install svgson - name: Generate comment markup run: node ./scripts/generateChangedIconsCommentMarkup.mjs >> comment-markup.md