Removed global install of pnpm
This commit is contained in:
parent
d67f857ee6
commit
57769782b9
@ -13,14 +13,12 @@ jobs:
|
|||||||
runs-on: host
|
runs-on: host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup pnpm
|
|
||||||
run: npm install -g pnpm
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: echo y | npm exec -- pnpm install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: npm exec -- pnpm build
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
|
uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user