Skip to content

Commit

Permalink
Update pnpm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catfluoride authored Oct 9, 2024
1 parent c4af7f4 commit abee66a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/pnpm.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
- name: Setup pnpm
- name: Setup pnpm
uses: pnpm/[email protected]
with:
# Version of pnpm to install
version: # optional
# Where to store pnpm files
dest: # optional, default is ~/setup-pnpm
# If specified, run `pnpm install`
run_install: # optional, default is null
# File path to the package.json to read "packageManager" configuration
package_json_file: # optional, default is package.json
# When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.
standalone: # optional, default is false

version: null
dest: null
run_install: null
package_json_file: null
standalone: null

0 comments on commit abee66a

Please sign in to comment.