mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
chore(ci): core prerelease builds with pnpm
This commit is contained in:
@ -12,17 +12,19 @@ runs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: pnpm install
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Install Stencil ${{ inputs.stencil-version }}
|
- name: Install Stencil ${{ inputs.stencil-version }}
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
run: npm i @stencil/core@${{ inputs.stencil-version }}
|
run: pnpm i @stencil/core@${{ inputs.stencil-version }}
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Build Core
|
- name: Build Core
|
||||||
run: npm run build -- --ci
|
run: pnpm run build -- --ci
|
||||||
working-directory: ./core
|
working-directory: ./core
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: ./.github/workflows/actions/upload-archive
|
- uses: ./.github/workflows/actions/upload-archive
|
||||||
|
Reference in New Issue
Block a user