From 292fb133f8423be5d2aa346198e71c9d85cf2697 Mon Sep 17 00:00:00 2001 From: Aaron Franks Date: Tue, 23 Apr 2024 18:46:26 -0700 Subject: [PATCH] Remove Node 16 from CI matrix --- .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 91aff42..a366fb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16, 18, 20] + node-version: [18, 20] steps: - uses: actions/checkout@v3