diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bb337f99..a7969ba7 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,7 +6,7 @@ FROM mcr.microsoft.com/azure-functions/python:4-python3.9-core-tools COPY library-scripts/*.sh library-scripts/*.env /tmp/library-scripts/ # Install Node.js, Azure Static Web Apps CLI and Azure Functions Core Tools -ARG NODE_VERSION="16" +ARG NODE_VERSION="18" ARG CORE_TOOLS_VERSION="4" ARG USERNAME="swa-cli" ARG SWA_CLI_VERSION diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1d9eafda..ed84570b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "args": { // Please look at runtime version support to make sure you're using compatible versions // https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages#languages-by-runtime-version - "NODE_VERSION": "16", + "NODE_VERSION": "18", "CORE_TOOLS_VERSION": "4" } },