mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-05 17:44:01 +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:
@@ -11,7 +11,7 @@
|
||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"main": "index.cjs",
|
||||
"module": "wrapper.mjs",
|
||||
|
||||
Reference in New Issue
Block a user