From a7db466c6ee85a9d6d86944ee376dc3a2f40b428 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Fri, 17 Sep 2021 11:02:08 -0400 Subject: [PATCH] chore: remove node 10 from ci (#435) Signed-off-by: Lucas Holmquist --- .github/workflows/nodejs-ci-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index f5b2e5b..759a6eb 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2