diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 07d38aa..7b7ef19 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,18 +16,18 @@ "version": "latest", "dockerDashComposeVersion": "latest" }, - "ghcr.io/devcontainers/features/php:1": { - "installComposer": true, - "version": "8.3" - }, + // "ghcr.io/devcontainers/features/php:1": { + // "installComposer": true, + // "version": "8.3" + // }, "ghcr.io/devcontainers/features/git:1": { "version": "latest" }, "ghcr.io/devcontainers/features/github-cli:1": { - }, - // Optional - For tools that require SSH - "ghcr.io/devcontainers/features/sshd:1": { } + // }, + // // Optional - For tools that require SSH + // "ghcr.io/devcontainers/features/sshd:1": { } }, // We are using appPort since forwardPorts not yet supported directly diff --git a/.github/workflows/build-devcontainer-image.yaml b/.github/workflows/build-devcontainer-image.yaml index dced6ca..fef0c21 100644 --- a/.github/workflows/build-devcontainer-image.yaml +++ b/.github/workflows/build-devcontainer-image.yaml @@ -49,5 +49,9 @@ jobs: echo "PNPM environment : $(env | grep PNPM)" set -x echo "pnpm exec node --version=$(pnpm exec node --version || node --version || echo 'node not found')" + pnpm store path + ls -la $(pnpm store path) + pnpm env use --global 20.17.0 + echo "pnpm exec node --version=$(pnpm exec node --version || node --version || echo 'node not found')"