Skip to content

Commit

Permalink
fix: update Node.js engine requirement to version 22.0 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Dec 20, 2024
1 parent 7e45253 commit ca9498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=22.0"
}
}

0 comments on commit ca9498b

Please sign in to comment.