From 39420564f917d57aeb36837cafb8022e066cff0e Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 20 Jul 2023 22:04:27 -0400 Subject: [PATCH] build: support Node.js 20.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e82a455..3823aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - Node.js 17.x - Node.js 18.x - Node.js 19.x + - Node.js 20.x include: - name: Node.js 0.8 @@ -126,6 +127,9 @@ jobs: - name: Node.js 19.x node-version: "19.9" + - name: Node.js 20.x + node-version: "20.5" + steps: - uses: actions/checkout@v2