From d7ba2f8363775f9e68c4af053645d06a49c30156 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Thu, 19 May 2022 01:21:30 +0100 Subject: [PATCH] Extend CI matrix to node 16 and 18 --- .github/workflows/node-js-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index bfa4e0e..68da2e0 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -13,7 +13,7 @@ jobs: - 15672:15672 strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2