From 24c387690558a0375ff706bea7d1c1736a46f5cc Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Fri, 22 Mar 2024 15:27:13 +0000 Subject: [PATCH] chore: Bumps node version to 20 --- .devcontainer/devcontainer.json | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 68e7fe1..8e301b6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ { "image":"mcr.microsoft.com/devcontainers/universal:2", - "onCreateCommand": "nvm install && nvm use && npm install" + "onCreateCommand": ". $NVM_DIR/nvm.sh && nvm install && nvm use && npm install" } \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 95d62e4..2efc7e1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.16.1 \ No newline at end of file +v20.11.1 \ No newline at end of file