diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b6522c33..f5c046f3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Install node.js ${{ matrix.node-version }} @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] es-version: [7.6.1] jdk-version: [oraclejdk11] steps: