Skip to content

Commit 26fff17

Browse files
KSXGitHubCopilot
andauthored
chore(devcontainer): align pnpm version with the ci
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f77c453 commit 26fff17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/full/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Installing Python dependencies..." >&2
55
python3 -m pip install --user toml
66

77
echo "Installing pnpm and project Node dependencies..." >&2
8-
npm install -g pnpm@7.33.7
8+
npm install -g pnpm@7.9.0
99
(cd ci/github-actions && pnpm install --frozen-lockfile)
1010

1111
bash "$(dirname "$0")/../install-hyperfine.sh"

0 commit comments

Comments
 (0)