From 25da491127d5dfd13eb5ad839bd3559622b77c56 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Wed, 9 Aug 2023 12:53:49 -0700 Subject: [PATCH] Bump node v14 for tests --- .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 5f33f29..090857c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: node-version: - - "12" + - "14" - "*" steps: - uses: actions/checkout@v2