Skip to content

Commit

Permalink
wip : fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Oct 29, 2024
1 parent 2bde215 commit 122ea31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-devcontainer-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"

0 comments on commit 122ea31

Please sign in to comment.