From 087e9e617896e6c018fb7efafed8f81c2cacfee6 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 22 Apr 2022 11:58:44 -0300 Subject: [PATCH] ci: Added Node 18 to test matrix (#1424) --- .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 04e9b7a8..2a12bade 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: