Skip to content

Commit

Permalink
ci: install pnpm before nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Oct 31, 2024
1 parent 954d85f commit fb47425
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description: "Common setup steps for Actions"
runs:
using: composite
steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: true

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: true

- shell: bash
run: pnpm add -g turbo

0 comments on commit fb47425

Please sign in to comment.