From 2ffdb753036153c1d8a0603aff8711e47b645bc5 Mon Sep 17 00:00:00 2001 From: Anuj Badhwar Date: Wed, 9 Mar 2022 12:46:40 +0530 Subject: [PATCH] chore: Add nodev12 support (#406) --- .github/workflows/acceptance-tests.yml | 2 +- .github/workflows/cli-audit.yml | 2 +- .github/workflows/cli-test-npm.yml | 2 +- .github/workflows/cli-test.yml | 2 +- .github/workflows/debian-draft-executable-release.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/windows-executable-draft-release.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 78932cd4d..56acc7803 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -47,7 +47,7 @@ jobs: needs: [ get-branch, get-tag ] strategy: matrix: - node-version: [ 16.x, 14.x, 10.x ] + node-version: [ 16.x, 14.x, 12.x, 10.x ] outputs: ACCEPTANCE_FAILURE_TAG: ${{ steps.failure_brew.outputs.FAILURE_TAG_BREW }} steps: diff --git a/.github/workflows/cli-audit.yml b/.github/workflows/cli-audit.yml index fb3b86905..c8d3e86a6 100644 --- a/.github/workflows/cli-audit.yml +++ b/.github/workflows/cli-audit.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 14.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/cli-test-npm.yml b/.github/workflows/cli-test-npm.yml index f7ca2eda6..147de761f 100644 --- a/.github/workflows/cli-test-npm.yml +++ b/.github/workflows/cli-test-npm.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index 6629c3f9c..617fef686 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/debian-draft-executable-release.yml b/.github/workflows/debian-draft-executable-release.yml index 0511f8ee1..718fff2b4 100644 --- a/.github/workflows/debian-draft-executable-release.yml +++ b/.github/workflows/debian-draft-executable-release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 1ddd3e59d..69300e0ca 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b30df7a4..04c191d5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2 diff --git a/.github/workflows/windows-executable-draft-release.yml b/.github/workflows/windows-executable-draft-release.yml index 83912f988..cd665b062 100644 --- a/.github/workflows/windows-executable-draft-release.yml +++ b/.github/workflows/windows-executable-draft-release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 10.x] + node-version: [16.x, 14.x, 12.x, 10.x] steps: - name: Checkout cli repo uses: actions/checkout@v2