Skip to content

Action fixes - #13

Merged
n3-rd merged 2 commits into
mainfrom
action-fixes
Oct 5, 2025
Merged

Action fixes#13
n3-rd merged 2 commits into
mainfrom
action-fixes

Conversation

@n3-rd

@n3-rd n3-rd commented Oct 5, 2025

Copy link
Copy Markdown
Owner

No description provided.

n3-rd added 2 commits October 5, 2025 22:08
- Removed duplicate setup step for pnpm to streamline the workflow.
- Ensured the configuration for Node.js and pnpm remains intact for consistent build environments.
Copilot AI review requested due to automatic review settings October 5, 2025 21:28
@n3-rd
n3-rd merged commit cfc5688 into main Oct 5, 2025
5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitHub Actions workflow to switch the package manager from pnpm to npm, simplifying the build process by removing pnpm-specific configuration.

  • Replaces pnpm with npm for package management
  • Removes pnpm setup action and configuration
  • Updates install and build commands to use npm equivalents

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

uses: pnpm/action-setup@v4
with:
version: 9
cache: npm

Copilot AI Oct 5, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed cache value from 'pnpm' to 'npm' without quotes for consistency with YAML conventions.

Suggested change
cache: npm
cache: 'npm'

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants