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"