remove error in pnpm install cicd command
Some checks failed
Build and Deploy / build (push) Failing after 7s

This commit is contained in:
dealjus 2025-04-29 07:05:15 -07:00
parent b3e91995e1
commit bab26677e1

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install PNPM - name: Install PNPM
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -c run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
- name: Enable PNPM - name: Enable PNPM
run: source /root/.shrc run: source /root/.shrc