From e9068fbc8b1b959da626417145eadd0055bb6016 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 22 May 2021 08:02:55 +0200 Subject: [PATCH] chore: reduce to node 10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecb54cb4e..9bc18b07c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [10, 12, 14, 15] + node_version: [10] runs-on: ubuntu-latest