From e696d6d64882c8d27ba956b4060e830290a2d87b Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sun, 26 Apr 2020 09:39:42 -0700 Subject: [PATCH] ci: test supported ndoe versions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e54ebb40b4d..cd71cffd769 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 13] + node: [10, 12, 14] name: Node ${{ matrix.node }}