From 1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 25 Mar 2020 08:01:31 -0700 Subject: [PATCH] fix: do not run node 8 CI (#456) --- synthtool/gcp/templates/node_library/.github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml index e31731301..facbb40cd 100644 --- a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml +++ b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [8, 10, 12, 13] + node: [10, 12, 13] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1