change pnpm setup
Some checks failed
Build and Deploy / build (push) Failing after 33s

This commit is contained in:
dealjus 2025-04-29 07:14:47 -07:00
parent 490a9979ce
commit bb74e5251a

View File

@ -21,11 +21,13 @@ jobs:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install PNPM - name: Use Node.js
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - uses: actions/setup-node@v4
with:
cache: 'pnpm'
- name: Enable PNPM - name: Setup pnpm
run: source /root/.shrc uses: pnpm/action-setup@v2
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install