From d2d95b0c7c7e7d6f04f7db8dd822c9fe1562b1b4 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:59:54 +0300 Subject: [PATCH] CI: Add Node 18 --- .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 0189a00c..b33956c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [14, 16] + node: [14, 16, 18] runs-on: ${{ matrix.os }} steps: - name: Cancel Previous Runs