mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-01 10:53:50 +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:
@@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": "^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "index.cjs",
|
||||
|
||||
Reference in New Issue
Block a user