This commit is contained in:
parent
490a9979ce
commit
bb74e5251a
@ -21,11 +21,13 @@ jobs:
|
|||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install PNPM
|
- name: Use Node.js
|
||||||
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Enable PNPM
|
- name: Setup pnpm
|
||||||
run: source /root/.shrc
|
uses: pnpm/action-setup@v2
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user