ci: Revert pnpm in pull-request.yml

This commit is contained in:
Eric Fennis
2024-04-26 16:25:44 +02:00
parent 54ef137b49
commit 65deefa53c

View File

@@ -45,9 +45,8 @@ jobs:
with: with:
files: icons/* files: icons/*
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2
- name: Install simple-git (safer and faster than installing all deps) - name: Install simple-git (safer and faster than installing all deps)
run: pnpm install simple-git run: npm install simple-git
- name: Generate annotations - name: Generate annotations
run: node ./scripts/updateContributors.mjs run: node ./scripts/updateContributors.mjs
env: env:
@@ -96,9 +95,8 @@ jobs:
body-includes: Added or changed icons body-includes: Added or changed icons
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2
- name: Install svgson for code preview (safer and faster than installing all deps) - 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 - name: Generate comment markup
run: node ./scripts/generateChangedIconsCommentMarkup.mjs >> comment-markup.md run: node ./scripts/generateChangedIconsCommentMarkup.mjs >> comment-markup.md