Skip to content

Commit

Permalink
build: nodejs 18 to 20 (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Aug 16, 2024
1 parent 4cefd30 commit c48f1c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/RedHatInsights/curiosity-frontend/issues"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"insights": {
"appname": "subscriptions"
Expand Down

0 comments on commit c48f1c3

Please sign in to comment.