feat!: update minimum node to v20 (#305)

* feat!: update min node to v20
* fix(eslint-config): update node to ^20.9 || >=21.1
This commit is contained in:
Ismo Vuorinen
2024-11-24 16:48:02 +02:00
committed by GitHub
parent a77f390a4d
commit ceaa09922f
8 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
"url": "https://github.com/ivuorinen/base-configs/issues"
},
"engines": {
"node": ">= 18"
"node": ">=20"
},
"main": "index.cjs",
"module": "wrapper.mjs",