diff --git a/.github/workflows/cdn.yml b/.github/workflows/cdn.yml index 3fdc55d4d7..2c02dd41ab 100644 --- a/.github/workflows/cdn.yml +++ b/.github/workflows/cdn.yml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2-beta with: - node-version: 16.x + node-version: 14.x - name: Install npm 7 run: npm install --global npm@7 - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dd0fb188e..ad0f4eeb9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x] steps: - name: Checkout sources uses: actions/checkout@v2 @@ -65,7 +65,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2-beta with: - node-version: 16.x + node-version: 14.x - name: Install npm 7 run: npm install --global npm@7 - name: Install dependencies diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index 5ad2797c2a..8371c18668 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2-beta with: - node-version: 16.x + node-version: 14.x - name: Install npm 7 run: npm install --global npm@7 - name: Install dependencies