From 1186459c8bb08c10c4d6f3de9a076a92fc3aa387 Mon Sep 17 00:00:00 2001 From: Frazer Smith <43814140+Fdawgs@users.noreply.github.com> Date: Mon, 26 Apr 2021 18:22:00 +0100 Subject: [PATCH] ci: add nodejs 16 to matrix (#82) --- .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 3ca3b4b..27cf4a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] os: [macOS-latest, windows-latest, ubuntu-latest] steps: