From 5501a700d1ecb125ca8998931c996d72bfdde723 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 28 Jul 2022 05:36:32 +0000 Subject: [PATCH] feat(node-version): remove support for node v12 remove support for node v12 and add support to node v18 BREAKING CHANGE: dropped support for node v12 --- .github/matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.json b/.github/matrix.json index f4676e0..15ed7d3 100644 --- a/.github/matrix.json +++ b/.github/matrix.json @@ -1,4 +1,4 @@ { "os": ["ubuntu-latest", "windows-latest", "macos-latest"], - "node-version": [12, 14, 15] + "node-version": [14, 16, 18] }