From 075510b657bdd8e7073cd982627478598e0ccf84 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 13 Jul 2022 21:56:11 -0400 Subject: [PATCH] build: support Node.js 18.x --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b629b6..ada17a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - Node.js 15.x - Node.js 16.x - Node.js 17.x + - Node.js 18.x include: - name: Node.js 0.8 @@ -116,6 +117,9 @@ jobs: - name: Node.js 17.x node-version: "17.9" + - name: Node.js 18.x + node-version: "18.6" + steps: - uses: actions/checkout@v2