This commit is contained in:
parent
75c91b6114
commit
490a9979ce
@ -21,11 +21,11 @@ jobs:
|
||||
- name: Checkout your repository using git
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# - name: Install PNPM
|
||||
# run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
|
||||
- name: Install PNPM
|
||||
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
|
||||
|
||||
# - name: Enable PNPM
|
||||
# run: source /root/.shrc
|
||||
- name: Enable PNPM
|
||||
run: source /root/.shrc
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user