diff --git a/.github/workflows/depcheck.yml b/.github/workflows/depcheck.yml index 977ce61e06..6bd51439f4 100644 --- a/.github/workflows/depcheck.yml +++ b/.github/workflows/depcheck.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 085c1ffd9b..804193847f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: diff --git a/.github/workflows/test-compat.yml b/.github/workflows/test-compat.yml index cb47f19bdb..20d13bdafa 100644 --- a/.github/workflows/test-compat.yml +++ b/.github/workflows/test-compat.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: diff --git a/.github/workflows/test-consumer.yml b/.github/workflows/test-consumer.yml index 1663eb6a69..fccd3114a5 100644 --- a/.github/workflows/test-consumer.yml +++ b/.github/workflows/test-consumer.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: diff --git a/.github/workflows/test-repoutils.yml b/.github/workflows/test-repoutils.yml index d85aa71a93..144210e73e 100644 --- a/.github/workflows/test-repoutils.yml +++ b/.github/workflows/test-repoutils.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: diff --git a/.github/workflows/test-schemas.yml b/.github/workflows/test-schemas.yml index c571705f29..6017e92592 100644 --- a/.github/workflows/test-schemas.yml +++ b/.github/workflows/test-schemas.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: @@ -21,10 +17,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: use node 14.x + - name: use node 16.x uses: actions/setup-node@v2-beta with: - node-version: 14.x + node-version: 16.x - name: yarn cache dir id: yarn-cache-dir diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bd5022c9d..a63e7c547e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,13 +5,9 @@ on: push: branches: - main - - '4.12' - - '4.13' pull_request: branches: - main - - '4.12' - - '4.13' jobs: ci: @@ -21,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu, windows] - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2