From bc3cdfb658cad58ee9d63c616c8c44f4c354444f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 13 Feb 2023 17:01:46 +0100 Subject: [PATCH] Add Node 19 to the CI (#1646) --- .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 ad4064bc6..6c298b752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [14, 16, 18] + node-version: [14, 16, 18, 19] steps: - name: Check out repo uses: actions/checkout@v3