From 9ff7984c4c16981d04d2fbaeb9ae1f5bf9a3f95f Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Wed, 23 Oct 2019 21:34:56 +0800 Subject: [PATCH] Test node 10 only --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c12ed3..6a1a87c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: ['8', '10', '12'] + node_version: ['10'] #['8', '10', '12'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: