From 1085982afa84b55134882db5155b5a0b29abbcca Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 26 Jun 2023 13:14:41 +0200 Subject: [PATCH] Document Node.js 16 and 18 support Build with Node.js 18 as well This closes #557 --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e66d2e5f..5f58185d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] include: - os: ubuntu-latest node-version: 14.x diff --git a/README.md b/README.md index a007ea85..306230a0 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Cloud Manager Plugin for the [Adobe I/O CLI](https://github.com/adobe/aio-cli) * [Adobe I/O CLI](https://github.com/adobe/aio-cli) * Node.js version compatibility: - * 12.x -- 12.0.0 or higher. * 14.x -- 14.0.0 or higher. - * 16.x -- currently incompatible due to lack of support from aio-cli. + * 16.x -- 16.0.0 or higher.. + * 18.x -- 18.0.0 or higher.. * Use with odd Node versions is *not* recommended. > Although not recommended for general use, it is possible to use this plugin outside of the Adobe I/O CLI. See [Standalone Use](#standalone-use) below.