From 931f1526a423152eda05e9b5f66b9805e795883c Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 18 Apr 2022 00:21:14 +0200 Subject: [PATCH] chore: add Node.js 16 in the test matrix See also: https://github.com/nodejs/Release --- .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 a3a62a1..ee626d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [14, 16] steps: - uses: actions/checkout@v2