Skip to content

Commit

Permalink
💚 No need to specify NPM autodetected on Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 12, 2025
1 parent e27be68 commit 49b5025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
experimental: [false]
runtime: [node, deno, bun]
pm: [npm, pnpm, yarn, ""]
pm: ["", pnpm, yarn]

steps:
- name: 🚚 Checkout repository
Expand Down

0 comments on commit 49b5025

Please sign in to comment.