Skip to content

Commit 253d9e3

Browse files
CopilotKSXGitHub
andcommitted
Pin pnpm to 7.33.7 to match lockfileVersion 5.4
Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent 46169b8 commit 253d9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/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
pip install toml
66

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

1111
echo "Installing hyperfine from GitHub release..." >&2

0 commit comments

Comments
 (0)