Skip to content

Commit 1c04a8c

Browse files
authored
chore(deps): use textlint-scripts (#16)
* chore: use yarn * chore(deps): use textlint-scripts * CI: update CI * chore: remove babel
1 parent ae94c3e commit 1c04a8c

File tree

24 files changed

+154684
-123
lines changed

24 files changed

+154684
-123
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-18.04
99
strategy:
1010
matrix:
11-
node_version: [10, 12]
11+
node_version: [10, 12, 14]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v2
@@ -18,5 +18,7 @@ jobs:
1818
node_version: ${{ matrix.node_version }}
1919
- name: Install
2020
run: yarn install
21+
- name: Build
22+
run: yarn run build
2123
- name: Test
2224
run: yarn test

0 commit comments

Comments
 (0)