Skip to content

Commit

Permalink
Bump node from 20 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jimthoburn committed Nov 24, 2024
1 parent 4517874 commit 06d5d16
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
Expand Up @@ -4,7 +4,7 @@
"name": "Picture Gallery, Node.js and Deno",

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-22",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
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
@@ -1,7 +1,7 @@
{
"name": "picture-gallery",
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 06d5d16

Please sign in to comment.