Skip to content

Commit 199fcfa

Browse files
authored
chore(deps): update minimum node version to 22, now that we're using a node 22 dockerfile to build RHDH (redhat-developer#2551)
Signed-off-by: Nick Boldt <[email protected]>
1 parent a3aeae0 commit 199fcfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
node-version: [20, 22]
34+
node-version: [22]
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
66-
node-version: [20, 22]
66+
node-version: [22]
6767
steps:
6868
- name: Checkout
6969
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.6.0",
44
"private": true,
55
"engines": {
6-
"node": "20"
6+
"node": "22"
77
},
88
"scripts": {
99
"prepare": "husky install",

0 commit comments

Comments
 (0)