source pnpm in cicd
Some checks failed
Build and Deploy / build (push) Failing after 7s

This commit is contained in:
dealjus 2025-04-28 22:32:04 -07:00
parent eb86f4b57c
commit 2907bd855f

View File

@ -24,6 +24,9 @@ jobs:
- name: Install PNPM - name: Install PNPM
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash -
- name: Enable PNPM
run: source /root/.bashrc
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install