From 270876d30b77c83b16c7bb01b578ae9e278c3faa Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Sat, 6 Apr 2024 21:13:10 -0700 Subject: [PATCH] Test on min node 16 --- .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 820cd03..35714de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: node-version: - - "14" + - "16" - "*" steps: - uses: actions/checkout@v2