add install pnpm to CICD
Some checks failed
Build and Deploy / build (push) Failing after 7s

This commit is contained in:
dealjus 2025-04-28 22:30:12 -07:00
parent 801f2dede2
commit eb86f4b57c

View File

@ -21,6 +21,9 @@ jobs:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install PNPM
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install