From c48f1c39aa923f063218798a65617d3ff7c3ef12 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Fri, 2 Aug 2024 11:45:34 -0400 Subject: [PATCH] build: nodejs 18 to 20 (#1379) --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/documentation_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index f770a9e16..7be61ce36 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/documentation_lint.yml b/.github/workflows/documentation_lint.yml index aaab49623..795271705 100644 --- a/.github/workflows/documentation_lint.yml +++ b/.github/workflows/documentation_lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b5efde5bc..d16d36be7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} diff --git a/README.md b/README.md index 2e786a5be..89e02b6d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A web user interface for subscription reporting, based on [Patternfly](https://w ### Requirements Before developing for Curiosity Frontend - * Your system needs to be running [NodeJS version 18+ and NPM](https://nodejs.org/) + * Your system needs to be running [NodeJS version 20+ and NPM](https://nodejs.org/) * Yarn install is discouraged. There are dependency install issues with Yarn `1.x.x` versions. For in-depth tooling install guidance see the [contribution guidelines](./CONTRIBUTING.md#install-tooling) diff --git a/package-lock.json b/package-lock.json index 9f56de800..d144e7031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "yamljs": "^0.3.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index 3facea68e..07f8a548c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/RedHatInsights/curiosity-frontend/issues" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "insights": { "appname": "subscriptions"