tests: fixed ci script

This commit is contained in:
원더 2021-01-04 17:03:43 +09:00
parent 8140e14f80
commit 93cf2039a5

View File

@ -11,6 +11,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
- name: yarn install
run: yarn install
- name: run eslint
run: yarn lint
env: