From 187b42a9c0616b137883533cdac4afebb6cbcb97 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 26 Sep 2024 15:12:13 -0400 Subject: [PATCH] build: Node.js@14.21 --- .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 4156ec03..c09581be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: node-version: "13.14" - name: Node.js 14.x - node-version: "14.17" + node-version: "14.21" - name: Node.js 15.x node-version: "15.14"