Up node version to 21 so we have native fetch

This commit is contained in:
Kuba Orlik 2024-02-24 20:46:17 +01:00
parent f470514c54
commit 8237068d34
4 changed files with 44 additions and 237 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
21

2
package-lock.json generated
View File

@ -54,7 +54,7 @@
"typescript": "^4.7"
},
"engines": {
"node": ">=17.0.0"
"node": ">=21.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -75,6 +75,6 @@
"typescript": "^4.7"
},
"engines": {
"node": ">=17.0.0"
"node": ">=21.0.0"
}
}

File diff suppressed because it is too large Load Diff