mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
build(project): update bundle strategy
- Update the build script for generating *.d.ts files - Update package.json module entry. - Update CI pipeline node version - Reorganized main bundle structure - Update i18n functionalities
This commit is contained in:
2
.github/workflows/master-deploy.yml
vendored
2
.github/workflows/master-deploy.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '16'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn bootstrap
|
||||
|
||||
3
.github/workflows/unit-test.yml
vendored
3
.github/workflows/unit-test.yml
vendored
@@ -11,7 +11,8 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '16'
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn bootstrap
|
||||
- name: Lint
|
||||
|
||||
Reference in New Issue
Block a user