mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-24 11:47:24 +02:00
Install pnpm first
This commit is contained in:
parent
a5961fc8d1
commit
f7e640e74b
1 changed files with 2 additions and 4 deletions
6
.github/actions/setup-node/action.yml
vendored
6
.github/actions/setup-node/action.yml
vendored
|
@ -12,12 +12,10 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
cache: ${{ inputs.cache }}
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.12.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue