From 716f5a47b52fc8686b7b562d04d16c12f07cbf93 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 27 Oct 2021 22:59:00 -0400 Subject: [PATCH] build: support Node.js 16.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4992270..9d0130c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - Node.js 13.x - Node.js 14.x - Node.js 15.x + - Node.js 16.x include: - name: Node.js 0.8 @@ -95,6 +96,9 @@ jobs: - name: Node.js 15.x node-version: "15.14" + - name: Node.js 16.x + node-version: "16.13" + steps: - uses: actions/checkout@v2