From 1f91e857b3bc91c9d5a94e4309638514be5798b1 Mon Sep 17 00:00:00 2001 From: Sibiraj Date: Sat, 11 Jun 2022 21:31:00 +0530 Subject: [PATCH] Run tests on nodejs 14 --- .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 56ae46d..a711d0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12, lts/*, current] + node-version: [12, 14, 16, lts/*, current] name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}