From da3e4421461f8c3428577f8bf562631ed52be785 Mon Sep 17 00:00:00 2001 From: Kawika Bader <76699310+kbader-godaddy@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:28:00 -0700 Subject: [PATCH] Add node18 ci (#568) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca1e03af1..d39eeb71c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [16.x,18.x] steps: - uses: actions/checkout@v3