From 4c060715bcaa52e651f3bd10c319b47620f3925f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 23 Oct 2021 20:21:00 -0400 Subject: [PATCH] build: Node.js@12.22 --- .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 92e76b0..8cf0b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: node-version: "11.15" - name: Node.js 12.x - node-version: "12.17" + node-version: "12.22" steps: - uses: actions/checkout@v2