From 8653e78f75fa49bfa7e79a8ffae34562fb9e66da Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 16 Nov 2021 01:43:16 -0500 Subject: [PATCH] build: support Node.js 17.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94d6954..b06d22d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - Node.js 14.x - Node.js 15.x - Node.js 16.x + - Node.js 17.x include: - name: Node.js 0.8 @@ -103,6 +104,9 @@ jobs: - name: Node.js 16.x node-version: "16.13" + - name: Node.js 17.x + node-version: "17.1" + steps: - uses: actions/checkout@v2