From 5d546c5838d96c810bc34461cb31e8ab7818567e Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 27 Apr 2020 20:31:29 +0200 Subject: [PATCH] Run tests in Node.js 14 as well --- .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 6c9d113..b3f13d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 14.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: