From cf31f556702e73d0d74846382923bc210e8dfe33 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 7 Dec 2022 12:10:49 -0500 Subject: [PATCH] chore(build): nodejs 14 to 16 --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .travis.yml | 2 +- README.md | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index d9971c28d..4017e63d2 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: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c502961e8..2b07b6049 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} diff --git a/.travis.yml b/.travis.yml index ceebdcd8d..1c5c4d2e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: - rooms: - secure: cB1tOG48V5iia0O2dJ9+1gusBSCaohu5TR8PeWbqug/Yho+ZCQ3rp7Tfd7fRyYsf9ztWdu6G+VrHwOboR08Aef7cttZ743j/aXwo5m50Q9Ne3fkNzEUjL8IGeM4MtlRtwruD54RQmPzjmHjEapfx0dX2AHkB/8Zrnjs36YzPST1kT/YYrub9Kv5wUXB0TlzWmrRGj+pPGqBmJVksxQFxvbvafRcKI3kj91maJQhBHQe+19GboJbFOnwzPTPAL7Lf7j70ZmbPlQVG3G3VjN/QUALqaiwjlgH0owLHjBbDrMt8cpPoTq8Uw6ANBWYzENBMzHeiBwz0jqTY/BBP06WCxJSJCgOgd90L93/LAbJYiTyvpfAt8dOdWk7RhKy0L3kIalj5Mff8/3zDyLDOvd9Xtn7topHJv/5SBV6ZZVUvEJTxgEQq9337YEOka2omPvwt7UfHNcT/PH4flV70cy/OdR6J4x1UIKIUgX0iWYMZUj7QZqUhLybXv5BRS0vQTg4V8C7uvQ4aE8hzkv+pjXZ5aL5POtJhrgNPiO9iIHXtV/EUoGrT9iibijyQbWPusloJBwmPWkZ2j3UbaCY5bPTgnHnaPllnE3WKuTwxQA4bIL1Ma2C3yv2RSgfVvwM+pekeNsaVmpOD5xlcNYPPuW5bLE/jqhLmeKJaKQWujoC0glU= node_js: - - 14 + - 16 cache: yarn jobs: include: diff --git a/README.md b/README.md index f66888a6d..8258be513 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A web user interface for subscription reporting, based on [Patternfly](https://w ## Requirements Before developing for Curiosity Frontend, the basic requirements: - * Your system needs to be running [NodeJS version 14+ and NPM](https://nodejs.org/) + * Your system needs to be running [NodeJS version 16+ and NPM](https://nodejs.org/) * [Docker](https://docs.docker.com/engine/install/) * Alternatively, you can try [Podman](https://github.com/containers/podman). * And [Yarn 1.22+](https://yarnpkg.com) for dependency and script management. diff --git a/package.json b/package.json index dfca8fb61..36de864fc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/RedHatInsights/curiosity-frontend/issues" }, "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" }, "insights": { "appname": "subscriptions"