From bd92ec3feac496783354f6bb5cc401519b476f21 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 19 Apr 2022 12:58:58 -0700 Subject: [PATCH] Add Node.js 18.x to CI test matrix. --- .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 ab58fb5d..de16d478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3