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
+1 -1
View File
@@ -52,6 +52,6 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^18.17.8"
"@types/node": "^20.16.0"
}
}