Skip to content

Create pnpm.yml

Create pnpm.yml #1

Workflow file for this run

- name: Setup pnpm
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2

Check failure on line 3 in .github/workflows/pnpm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pnpm.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
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