From 849f4c4f70509337e4dbc9a26cb018b0d245bead Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 6 Jun 2023 20:15:08 +0100 Subject: [PATCH] ci(ci): add node 20 to test matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2b17457..c43ec616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] # Only Linux containers support services currently os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -157,7 +157,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [18] + node-version: [18, 20] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: