Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use pnpm #1

Merged
merged 10 commits into from
Oct 30, 2023
Merged

chore: use pnpm #1

merged 10 commits into from
Oct 30, 2023

Conversation

nachoaldamav
Copy link
Collaborator

Use pnpm instead of yarn for dependencies installing.

@@ -119,7 +119,7 @@ jobs:
shell: bash
- name: Setup node x86
if: matrix.settings.target == 'i686-pc-windows-msvc'
run: pnpx @ialdama/jsonmod --key pnpm.supportedArchitectures.cpu --values ia32
run: pnpx @ialdama/jsonmod --key pnpm.supportedArchitectures.cpu --values ia32 current
Copy link
Member

Choose a reason for hiding this comment

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

interesting. I did not know about this tool.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I just created it 😅

@zkochan
Copy link
Member

zkochan commented Oct 30, 2023

Use pnpm dlx instead of pnpx

@zkochan zkochan merged commit f8c4569 into main Oct 30, 2023
25 checks passed
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