From be53e8a4ac837be900d79c9a312a7523241b5f3c Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Mon, 31 Jan 2022 08:30:53 -0500 Subject: [PATCH] BREAKING CHANGE: drop node 10 --- .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 6be48c1af4..9e4adbeeb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu, windows ] - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2