refactor(dev): drop babel (#3678)

* refactor(dev): drop babel

* test: fix test

* drop babel

* refactor: drop nodejs 14 support
This commit is contained in:
三咲智子
2021-09-27 15:25:58 +08:00
committed by GitHub
parent 9fa8b8c8a1
commit 3e8409cd45
6 changed files with 39 additions and 1301 deletions

View File

@@ -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: