Updated to Node 20 and 22

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: Patrik Oldsberg <patriko@spotify.com>
This commit is contained in:
Andre Wanlin
2024-09-10 19:51:17 -05:00
committed by Patrik Oldsberg
parent 93e3f21f00
commit 702f41dd01
32 changed files with 79 additions and 69 deletions
+2 -2
View File
@@ -110,7 +110,7 @@
"@spotify/eslint-plugin": "^15.0.0",
"@spotify/prettier-config": "^15.0.0",
"@techdocs/cli": "workspace:*",
"@types/node": "^18.17.8",
"@types/node": "^20.16.0",
"@types/webpack": "^5.28.0",
"array-to-table": "^1.0.1",
"command-exists": "^1.2.9",
@@ -138,6 +138,6 @@
},
"packageManager": "yarn@3.8.1",
"engines": {
"node": "18 || 20"
"node": "20 || 22"
}
}