From 2fb212e3c8636cae3b6299cdb32c23d05fa7c228 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 27 Dec 2023 22:19:52 -0500 Subject: [PATCH] build: support Node.js 21.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0811d3..e5c0e8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - Node.js 18.x - Node.js 19.x - Node.js 20.x + - Node.js 21.x include: - name: Node.js 0.8 @@ -130,6 +131,9 @@ jobs: - name: Node.js 20.x node-version: "20.10" + - name: Node.js 21.x + node-version: "21.4" + steps: - uses: actions/checkout@v2