Skip to content

Commit

Permalink
Update devcontainer image version typescript-node:20 (#848)
Browse files Browse the repository at this point in the history
* update devcontainer image version typescript-node:18

* update package.json

* Update .devcontainer/devcontainer.json

Co-authored-by: Rez <13340707+rezrah@users.noreply.github.com>

---------

Co-authored-by: Rez <13340707+rezrah@users.noreply.github.com>
  • Loading branch information
stamat and rezrah authored Dec 3, 2024
1 parent 0027597 commit c008e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Primer Brand",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:16",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:20",
"extensions": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}

0 comments on commit c008e13

Please sign in to comment.