From aae3e4356b08463971fd0fa162ca31e92ae0ad78 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 21 Apr 2021 21:44:12 +0200 Subject: [PATCH] chore: test on node 16 --- .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 81c7cbaf3..96f1a1217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [12, 14, 15] + node_version: [12, 14, 15, 16] runs-on: ubuntu-latest