From 79475c07f724fcba79d0eece665d8f8e86b2b794 Mon Sep 17 00:00:00 2001
From: James Kyburz <james.kyburz@gmail.com>
Date: Mon, 4 Nov 2019 09:43:12 +0100
Subject: [PATCH] update to node 12 lts version

---
 .github/workflows/benchmarks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml
index 185fe476..d8b8f41a 100644
--- a/.github/workflows/benchmarks.yml
+++ b/.github/workflows/benchmarks.yml
@@ -13,7 +13,7 @@ jobs:
     - name: Use Node.js ${{ matrix.node-version }}
       uses: actions/setup-node@v1
       with:
-        node-version: 10
+        node-version: 12
     - name: benchmarks
       run: |
         npm install