From e9a039d717a7437a029f58af35cab8e2bc656fd7 Mon Sep 17 00:00:00 2001 From: Andrew James <13269277+andrew-t-james@users.noreply.github.com> Date: Thu, 18 May 2023 21:09:28 -0500 Subject: [PATCH] Bugfix/builds (#463) * chore: update nvmrc * chore: update engine * chore: update action --- .github/workflows/nodejs.yml | 2 +- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d5cf102e4..5e1859e07 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 diff --git a/.nvmrc b/.nvmrc index 8351c1939..fac0b0a83 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +16.20.0 diff --git a/package.json b/package.json index 8f3bf62e1..f67036150 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "xml2js": "0.4.23" }, "engines": { - "node": "16.19.0", + "node": ">=16.19.0", "npm": ">=8.0.0" }, "license": "MIT",