From 5130cc127da3b27eb028ace01032b792668916ad Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Mon, 27 Sep 2021 20:32:16 -0400 Subject: [PATCH] chore: drop support fore node 10 BREAKING CHANGE: node < 12 is no longer supported. Added node 14 and 16 to the test matrix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e6932a4..fd0671d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,9 @@ jobs: strategy: matrix: node: - - "10" - "12" + - "14" + - "16" steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1