Skip to content

Commit

Permalink
ci: Revert pnpm in pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Apr 26, 2024
1 parent 54ef137 commit 65deefa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65deefa

Please sign in to comment.