From 234411cfcf5bbe438efd95749d626b2f8ca39fb2 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Fri, 30 Apr 2021 02:50:11 -0700 Subject: [PATCH] remove extra nodejs versions from pipeline --- .github/workflows/ciBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ciBuild.yml b/.github/workflows/ciBuild.yml index d1f0deb..2de44c4 100644 --- a/.github/workflows/ciBuild.yml +++ b/.github/workflows/ciBuild.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [12.x, 14.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: