mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:17:42 +01:00
ci: Revert pnpm in pull-request.yml
This commit is contained in:
6
.github/workflows/pull-request.yml
vendored
6
.github/workflows/pull-request.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user