From 823b246e61d21fd2a0b2f044bcf021f2cc20e0d2 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Tue, 8 Feb 2022 09:13:55 -0600 Subject: [PATCH] chore: upgrade supported language versions (#1334) --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index bb64bbcf..f7ab50e0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - node: [ 6, 7, 8, 10, lts ] + node: [ '12', '14', '16', 'lts' ] env: version: ${{ matrix.node }} DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} @@ -49,7 +49,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v2 with: - node-version: 10 + node-version: 16 - name: Create GitHub Release uses: sendgrid/dx-automator/actions/release@main