Skip to content

Commit

Permalink
chore: Bumps node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ViMaSter committed Sep 18, 2024
1 parent 2496644 commit c2d6fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.1
v20.11.1

0 comments on commit c2d6fb6

Please sign in to comment.