mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Setup pnpm with right env
This commit is contained in:
parent
df013093f2
commit
3036715724
2 changed files with 7 additions and 4 deletions
9
.github/workflows/dev.yml
vendored
9
.github/workflows/dev.yml
vendored
|
@ -19,8 +19,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install bash
|
||||
run: sudo apt install -y bash
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
run: npm i -g pnpm && /bin/bash pnpm setup
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||
|
@ -57,7 +60,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
run: npm i -g pnpm && pnpm setup && source /Users/runner/.bashrc
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||
|
@ -91,7 +94,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
run: npm i -g pnpm && pnpm setup && powershell
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install
|
||||
|
|
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm && pnpm setup
|
||||
run: npm i -g pnpm && pnpm setup && source /Users/runner/.bashrc
|
||||
|
||||
- name: Install Node dependencies
|
||||
run: pnpm install -g cargo-cp-artifact && pnpm install
|
||||
|
|
Loading…
Reference in a new issue