mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user