From 79475901a1a16f24abab39eac315413ee08f650d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 13 Feb 2022 21:11:00 -0500 Subject: [PATCH] build: Node.js@17.5 --- .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 c005c91..264ec5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: node-version: "16.14" - name: Node.js 17.x - node-version: "17.4" + node-version: "17.5" steps: - uses: actions/checkout@v2