Skip to content

Commit

Permalink
Bump Node and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Oct 24, 2023
1 parent 54a65f9 commit 1c46a84
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 147 deletions.
14 changes: 7 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"vscode": {
// NOTE: keep this in sync with: .vscode/extensions.json
"extensions": [
"editorconfig.editorconfig",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
"editorconfig.editorconfig",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
},
// install dependencies
Expand All @@ -33,7 +33,7 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"node": {
"version": "18"
"version": "20"
},
"github-cli": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
Loading

0 comments on commit 1c46a84

Please sign in to comment.