Files
backstage/.changeset/thirty-deers-float.md
T
Patrik Oldsberg 384eaa2307 changests: add changesets for Node.js 18 bump
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:39:08 +01:00

447 B

@backstage/create-app
@backstage/create-app
patch

Switched Node.js version to support version 16 & 18, rather than 14 & 16. To switch the Node.js version in your own project, apply the following change to the root package.json:

   "engines": {
-    "node": "14 || 16"
+    "node": "16 || 18"
   },

As well as the following change to packages/app/package.json:

-    "@types/node": "^14.14.32",
+    "@types/node": "^16.11.26",