Skip to content

Commit 3194c00

Browse files
committed
updated node version to 22
1 parent 3de55b3 commit 3194c00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
check-latest: true
1919

2020
- name: Enable Corepack

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ git fetch upstream
194194

195195
2. Set up tooling
196196

197-
[Install Node.js](https://nodejs.org/en/download/package-manager) version 20 (or higher), and make sure to [enable Corepack](https://nodejs.org/api/corepack.html). Then install the project dependencies and build it by running:
197+
[Install Node.js](https://nodejs.org/en/download/package-manager) version 22 (or higher), and make sure to [enable Corepack](https://nodejs.org/api/corepack.html). Then install the project dependencies and build it by running:
198198

199199
```sh
200200
yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/patternfly/patternfly-react.git"
99
},
1010
"engines": {
11-
"node": ">=20.18.3"
11+
"node": ">=22"
1212
},
1313
"packageManager": "yarn@4.7.0",
1414
"keywords": [

0 commit comments

Comments
 (0)