From 0c01a8b1869a9fb3f8150101fd07a5aafbf44faa Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Tue, 19 Nov 2019 21:37:21 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20change=20minimum=20test?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 1bb5a01..43a2dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8, 10, 12] + node-version: [11.15.0, 12] os: [ubuntu-latest, windows-latest, macOS-latest] steps: