diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54718c260d..fc6b5425aef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [10, 12] + node: [10, 12, 14] steps: - name: Clone repository @@ -50,6 +50,6 @@ jobs: - name: BundleWatch run: yarn run bundlewatch - if: matrix.node == '12' + if: matrix.node == '14' env: BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 779c9495a3c..eb24fe4f135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12] + node: [14] steps: - name: Clone repository @@ -54,7 +54,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [12] + node: [14] steps: - name: Clone repository @@ -91,7 +91,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [10, 12] + node: [10, 12, 14] steps: - name: Clone repository @@ -124,7 +124,7 @@ jobs: - name: CodeCov uses: codecov/codecov-action@v1 - if: matrix.node == '12' + if: matrix.node == '14' with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy