From 667f61f32279a19bfd325bc2614365774d5c1e21 Mon Sep 17 00:00:00 2001 From: Jonathan Samines Date: Mon, 6 Apr 2020 08:40:18 -0600 Subject: [PATCH] [update-test-matrix] Update test matrix by removing unsupported node.js runtime versions --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8af03e28..dc9fd972 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [12.x] steps: - uses: actions/checkout@v2