From 830b052db48eb5a77a3644c1ac942fe3a8a84138 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Tue, 14 Nov 2023 19:05:04 +0530 Subject: [PATCH] chore: removing node 6 --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b0b5ee81b..811f9eba4 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', '12', '14', '16', 'lts' ] + node: [ '7', '8', '10', '12', '14', '16', 'lts' ] env: version: ${{ matrix.node }} DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}