Skip to content

Commit 5022d6c

Browse files
committed
Elevating min Node 22 to 22.3.0.
1 parent a63891f commit 5022d6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [20.18.1, 20.x, 22.0.0, 22.x, 24.0.0, 24.x]
18+
node-version: [20.18.1, 20.x, 22.3.0, 22.x, 24.0.0, 24.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020
steps:
2121
- name: Checkout

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"*.md"
5858
],
5959
"engines": {
60-
"node": "^20.18.1 || ^22.0.0 || ^24.0.0"
60+
"node": "^20.18.1 || ^22.3.0 || ^24.0.0"
6161
},
6262
"dependencies": {
6363
"ansis": "^4.1.0",

0 commit comments

Comments
 (0)