From 912f3070e3ee14866052ce5ebf74c8b89a45866f Mon Sep 17 00:00:00 2001 From: abetomo Date: Wed, 21 Apr 2021 09:49:25 +0900 Subject: [PATCH] ci: add 16.x to node-version --- .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 7c4a145f1..42aede3db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: