From 805037129359bf15f52522173f388d580c4e8994 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 4 Jan 2022 00:24:14 -0500 Subject: [PATCH] build: Node.js@17.3 --- .github/workflows/ci.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba55b3..3578f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: node-version: "16.13" - name: Node.js 17.x - node-version: "17.2" + node-version: "17.3" steps: - uses: actions/checkout@v2 diff --git a/appveyor.yml b/appveyor.yml index 67979ab..b7b1da1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ environment: - nodejs_version: "14.18" - nodejs_version: "15.14" - nodejs_version: "16.13" - - nodejs_version: "17.2" + - nodejs_version: "17.3" cache: - node_modules install: