From 4506d3e908d076b5c9e073dbfb35d8a1c8411150 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Mon, 15 Jun 2020 08:54:18 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ccae205..8344bfa 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x] steps: - uses: actions/checkout@v2