From 97b4923db36d854b560dda899083c938f349f875 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 31 Jan 2022 20:58:00 -0500 Subject: [PATCH] build: Node.js@17.4 --- .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 1f87b89..daf2f28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: node-version: "16.13" - name: Node.js 17.x - node-version: "17.3" + node-version: "17.4" steps: - uses: actions/checkout@v2