From cadd7cc6b327b085dc1a15846fd8ff1667c18044 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 2 Sep 2024 19:28:54 -0700 Subject: [PATCH] Use 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 1767f30..1f0a419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: node-version: - - "12" + - "16" - "*" steps: - uses: actions/checkout@v2