From 0123e12d6b6db1bdb66b271b2822b5070096dc32 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 13 Sep 2022 18:32:40 -0400 Subject: [PATCH] build: Node.js@18.9 --- .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 1e4a8e54..f39238be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: node-version: "17.9" - name: Node.js 18.x - node-version: "18.8" + node-version: "18.9" steps: - uses: actions/checkout@v2