From db26140ff9153e42e67c9023e46616f1432670b7 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 26 Jul 2020 12:58:23 +0200 Subject: [PATCH] :construction_worker: Also run tests in Node.js v14 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adb4812df2..79daf4cadb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v1