|
|
@ -14,10 +14,18 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install pnpm
|
|
|
|
|
|
|
|
uses: pnpm/action-setup@v2.0.1
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
version: 6.15.1
|
|
|
|
|
|
|
|
|
|
|
|
- name: Use Node.js 14.x
|
|
|
|
- name: Use Node.js 14.x
|
|
|
|
uses: actions/setup-node@v2
|
|
|
|
uses: actions/setup-node@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 14.x
|
|
|
|
node-version: 14.x
|
|
|
|
|
|
|
|
cache: 'pnpm'
|
|
|
|
|
|
|
|
|
|
|
|
- run: pnpm install
|
|
|
|
- run: pnpm install
|
|
|
|
- run: pnpm build
|
|
|
|
- run: pnpm build
|
|
|
|
|
|
|
|
|
|
|
|