diff --git a/action.yml b/action.yml index fd3f7b4..bc4e604 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,8 @@ runs: fetch-depth: 1 - name: Setup pnpm uses: pnpm/action-setup@v4 + with: + version: "*" - name: Setup Node.js 24 uses: actions/setup-node@v4 with: