From eb59da7f368e932c57aa20fbfb2ae28c254344c5 Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Sat, 5 Sep 2020 18:07:57 +0800 Subject: [PATCH] build: update github actions (#796) --- .github/workflows/build.yml | 4 ++-- README-en.md | 2 +- README.md | 2 +- frontend/README.md | 2 +- frontend/README_cn.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81a8c435..b1daf3d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.6', '3.7', '3.8'] - node-version: ['12', '14'] + python-version: ['3.5'] + node-version: ['12'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README-en.md b/README-en.md index 614ab798..5a333982 100644 --- a/README-en.md +++ b/README-en.md @@ -6,7 +6,7 @@

-Build Status +Build Status PyPI Downloads License diff --git a/README.md b/README.md index d8a4854d..45ba98fb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-Build Status +Build Status PyPI Downloads License diff --git a/frontend/README.md b/frontend/README.md index 4e9c54a2..34e115e5 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -4,7 +4,7 @@

- Build Status + Build Status GitHub top language code style: prettier lerna diff --git a/frontend/README_cn.md b/frontend/README_cn.md index f2071d91..269b222a 100644 --- a/frontend/README_cn.md +++ b/frontend/README_cn.md @@ -4,7 +4,7 @@

- Build Status + Build Status GitHub top language code style: prettier lerna -- GitLab