From 191623d3d29ed403159b28fb861d7fcef556605a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 24 Apr 2023 08:42:52 +0100 Subject: [PATCH] ci: add node 20 to 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 e776b4c..2ab5ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: contents: read strategy: matrix: - node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18] + node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20] steps: - name: Check out repo uses: actions/checkout@v3