From 414722ffb038bfa89c26c3c87dad37c131e5515b Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Mon, 11 Dec 2023 14:42:27 -0800 Subject: [PATCH] add node 20, 21 to ci matrix --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a0f12..d8dfcc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: - Node.js 17.x - Node.js 18.x - Node.js 19.x + - Node.js 20.x + - Node.js 21.x include: - name: Node.js 16.x @@ -28,6 +30,12 @@ jobs: - name: Node.js 19.x node-version: "19.6" + - name: Node.js 20.x + node-version: "20.10" + + - name: Node.js 21.x + node-version: "21.4" + steps: - uses: actions/checkout@v2