From 5f1f3ef3097ab59a152f3a5b04a2aff8aea43b1d Mon Sep 17 00:00:00 2001 From: Frazer Smith <43814140+Fdawgs@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:15:48 +0000 Subject: [PATCH] ci: add nodejs 16 to matrix --- .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: