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

@@ -1,6 +1,6 @@
{
"private": true,
"name": "@ivuorinen/base-configs",
"name": "@ivuorinen/base-configs-meta",
"version": "1.0.0",
"type": "module",
"description": "A collection of base configs for code quality and linting tools.",
@@ -18,7 +18,7 @@
}
],
"engines": {
"node": ">= 18"
"node": ">=20"
},
"homepage": "https://github.com/ivuorinen/base-configs#readme",
"keywords": [