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.