From 870d7d70015ed1d031502171119f0a01af1e10e4 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 21 May 2022 06:41:41 +0100 Subject: [PATCH] ci(ci): add node 18 to test matrix (#201) --- .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 82bc9e0..1ebe586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [12, 14, 16] + node-version: [12, 14, 16, 18] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: