From b69d9c77156a11ba6a19cac8cb377e3b67789811 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 21 May 2020 10:01:48 +0000 Subject: [PATCH] chore: sync workflows --- .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 8588bd2..b251a4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node: ['11', '12'] + node: ['12', '14'] steps: - name: Set running flag run: echo "::set-env name=RUNNING::1"