diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a2e1efa..0a59562 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/typescript-node:1-18-bullseye +FROM mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm # Install isolate-vm dependencies, these are needed by the @backstage/plugin-scaffolder-backend. RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ diff --git a/docs/getting-started.md b/docs/getting-started.md index c02b95f..347b098 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -119,26 +119,6 @@ you don't see the Backstage app running, please check the following: and 7007. The codespace is mapping the ports to your local ports. Ensure you have no other processes running on those ports and both ports are mapped, you may have to manually add port 7007 in the vscode UI. -??? Note "Node 20" - - If you are running node 20 you will need to set the `NODE_OPTIONS=--no-node-snapshot` - environment variable to prevent the node process from crashing. - - You can do this in a few ways, such as running - `NODE_OPTIONS=--no-node-snapshot yarn dev` each time you start the app, or - by adding it to the `dev` script in the `package.json`. - - The Codespace is running on Node 18, so you should not have this issue. - -??? Note Node 20 - - If you are running node 20 you will need to set the `NODE_OPTIONS=--no-node-snapshot` - environment variable to prevent the node process from crashing. - - You can do this in a few ways, such as running - `NODE_OPTIONS=--no-node-snapshot yarn dev` each time you start the app, or - by adding it to the `dev` script in the `package.json`. - ## Authentication For this workshop we will need to authenticate with GitHub in order to create