remove error in pnpm install cicd command
Some checks failed
Build and Deploy / build (push) Failing after 7s
Some checks failed
Build and Deploy / build (push) Failing after 7s
This commit is contained in:
parent
b3e91995e1
commit
bab26677e1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user