diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c772e9d..bf28d76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [12] + node-version: [14] steps: - uses: actions/checkout@v1 @@ -40,7 +40,7 @@ jobs: - name: test, report coverage run: | - yarn test + yarn verify-translation yarn test:coverage - uses: codecov/codecov-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19e6111..573c344 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [12] + node-version: [14] steps: - uses: actions/checkout@v1 @@ -32,15 +32,9 @@ jobs: ${{ runner.OS }}- - name: yarn install, build, bundle - env: - REACT_APP_SHOW_AD: true - REACT_APP_HASH_ROUTER: true run: | yarn install - CI=false yarn build - sed -i 's/"\/home"/"\/#home"/g' build/manifest.json - sed -i 's/ -