Skip to content

Commit

Permalink
chore(chore/publish-as-package): release 1.0.0 (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and sergiocarracedo committed Feb 27, 2025
1 parent 8548d54 commit 1ebd7fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/setup-node-pnpm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -25,10 +28,6 @@ runs:
scope: ${{ inputs.scope }}
cache: pnpm

- name: Install pnpm
run: npm install -g pnpm
shell: bash

- name: Install dependencies
run: pnpm install
shell: bash

0 comments on commit 1ebd7fa

Please sign in to comment.