Skip to content

Commit f991a0e

Browse files
build(deps): bump ghcr.io/devcontainers/features/node
Bumps ghcr.io/devcontainers/features/node from 1.7.1 to 2.0.0. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/node dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae5d772 commit f991a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Features to add to the dev container. More info: https://containers.dev/features.
1313
"features": {
1414
"ghcr.io/devcontainers/features/git:1": {},
15-
"ghcr.io/devcontainers/features/node:1": {}
15+
"ghcr.io/devcontainers/features/node:2": {}
1616
},
1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
"postCreateCommand": "composer install && pnpm install",

0 commit comments

Comments
 (0)