From 020f1ccabd06572942eeca1eb05c9b55598bf7d8 Mon Sep 17 00:00:00 2001 From: Benoit CHAZOULE Date: Fri, 15 Mar 2024 08:47:11 +0100 Subject: [PATCH] fix: fix build problem on oclif dependency in node 14 environment --- .github/workflows/deploy.yml | 10 +++++----- README.md | 8 ++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 936a5ff..b2661b3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📥 Download deps uses: bahmutov/npm-install@v1 @@ -49,7 +49,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📥 Download deps uses: bahmutov/npm-install@v1 @@ -70,7 +70,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📥 Download deps uses: bahmutov/npm-install@v1 @@ -91,7 +91,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📥 Download deps uses: bahmutov/npm-install@v1 @@ -120,7 +120,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📥 Download deps uses: bahmutov/npm-install@v1 diff --git a/README.md b/README.md index 443f8d9..0e07fd8 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ DESCRIPTION Create an analysis on GreenFrame server. ``` -_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v1.7.0/dist/commands/analyze.ts)_ +_See code: [dist/commands/analyze.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/analyze.ts)_ ## `greenframe kube-config` @@ -292,7 +292,7 @@ DESCRIPTION greenframe kube-config ``` -_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v1.7.0/dist/commands/kube-config.ts)_ +_See code: [dist/commands/kube-config.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/kube-config.ts)_ ## `greenframe open [BASEURL] [SCENARIO]` @@ -319,7 +319,7 @@ DESCRIPTION greenframe analyze ./yourScenario.js https://greenframe.io ``` -_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v1.7.0/dist/commands/open.ts)_ +_See code: [dist/commands/open.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/open.ts)_ ## `greenframe update [CHANNEL]` @@ -338,7 +338,7 @@ DESCRIPTION greenframe update ``` -_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v1.7.0/dist/commands/update.ts)_ +_See code: [dist/commands/update.ts](https://github.com/marmelab/greenframe-cli/blob/v2.0.0/dist/commands/update.ts)_ ## Development diff --git a/package.json b/package.json index b2fb1ae..189292a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "xo": "^0.52.3" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" }, "files": [ "/bin",