From abee66af5dfbfd048f9321e59d17387c11a4eeb4 Mon Sep 17 00:00:00 2001 From: catfluoride <25054477+catfluoride@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:02:24 +0200 Subject: [PATCH] Update pnpm.yml --- .github/workflows/pnpm.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pnpm.yml b/.github/workflows/pnpm.yml index 22848582f..c3e66431d 100644 --- a/.github/workflows/pnpm.yml +++ b/.github/workflows/pnpm.yml @@ -1,14 +1,8 @@ - - name: Setup pnpm +- name: Setup pnpm uses: pnpm/action-setup@v4.0.0 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