Skip to content

Commit 6392d47

Browse files
committed
chore(node): update to the latest node version that CM CLI can support fixes 699
1 parent 3254150 commit 6392d47

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
node-version: [16.x]
15+
node-version: [17.x]
1616
include:
1717
- os: ubuntu-latest
18-
node-version: 16.x
18+
node-version: 17.x
1919
reportCoverage: true
2020
runs-on: ${{ matrix.os }}
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 17
2020
- name: Install dependencies
2121
run: npm install
2222
- name: Test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cloud Manager Plugin for the [Adobe I/O CLI](https://github.com/adobe/aio-cli)
2525

2626
* [Adobe I/O CLI](https://github.com/adobe/aio-cli)
2727
* Node.js version compatibility:
28-
* 16.x -- 16.0.0 or higher.
28+
* 17.x -- 17.0.0 or higher.
2929
* Use with odd Node versions is *not* recommended.
3030

3131
> 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tmp": "0.2.1"
5454
},
5555
"engines": {
56-
"node": ">=16"
56+
"node": ">=17"
5757
},
5858
"files": [
5959
"/oclif.manifest.json",

0 commit comments

Comments
 (0)