Skip to content

Commit

Permalink
feat: bump minimum node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonn committed Jan 22, 2024
1 parent cd0ac1e commit 4a4a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,6 +74,6 @@
]
},
"engines": {
"node": "^16.0.0 || >=20.x"
"node": "^16.0.0 || ^18.0.0 || >=20.x"
}
}

0 comments on commit 4a4a238

Please sign in to comment.