From 1dcc91f34ff4361cb3a8d9393373f96a2304ddd1 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Tue, 29 Mar 2022 10:55:04 -0700 Subject: [PATCH] ci: remove node 14 --- .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 72a71f8359..ffe622a880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x] steps: - uses: actions/checkout@v2