From c6239af6f6969b564aacc2c09c80949058d105ee Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 4 Jul 2024 10:50:38 +0800 Subject: [PATCH] refactor!: update action.yml (#7) Update PNPM run steps to use the latest PNPM by default. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 62f6e21..2d893f8 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: default: ^20.9 pnpm-version: type: string - default: 8 + default: 9 runs: using: composite @@ -23,7 +23,7 @@ runs: ref: ${{ inputs.branch }} - name: Setup Node and pnpm - uses: silverhand-io/actions-node-pnpm-run-steps@v4 + uses: silverhand-io/actions-node-pnpm-run-steps@v5 with: node-version: ${{ inputs['node-version'] }} pnpm-version: ${{ inputs['pnpm-version'] }}