mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
refactor(dev): drop babel (#3678)
* refactor(dev): drop babel * test: fix test * drop babel * refactor: drop nodejs 14 support
This commit is contained in:
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
@@ -8,10 +8,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['14', '16']
|
||||
node-version: ['16']
|
||||
include:
|
||||
- node-version: '14'
|
||||
node-name: 'LTS'
|
||||
- node-version: '16'
|
||||
node-name: 'Latest'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user