Skip to content

Commit

Permalink
fix: GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Oct 29, 2024
1 parent bf58e8d commit a4cf27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
6006
],

"postStartCommand": "pnpm config set store-dir ~/.pnpm-store"
"postStartCommand": "pnpm env use --global $PNPM_NODEJS_VERSION; pnpm config set store-dir ~/.pnpm-store"
}

0 comments on commit a4cf27c

Please sign in to comment.