Skip to content

Commit

Permalink
chore(ci): update pnpm version to latest (#2189)
Browse files Browse the repository at this point in the history
Update pnpm and upgrade lockfiles as well as other dependencies.

issue: none
  • Loading branch information
sideninja authored Oct 17, 2024
1 parent ac86ae7 commit 9f1c752
Show file tree
Hide file tree
Showing 4 changed files with 3,472 additions and 2,756 deletions.
2 changes: 1 addition & 1 deletion contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: ## Print tool versions.
.PHONY: install-tools
install-tools:
@which npm > /dev/null || echo "npm not installed, see https://nodejs.org/en/download/package-manager"
@which pnpm > /dev/null || (echo "pnpm not installed, installing..."; npm install -g pnpm@8.14.0)
@which pnpm > /dev/null || (echo "pnpm not installed, installing..."; npm install -g pnpm@9.12.1)

.PHONY: install-deps
install-deps: ## Install dependencies.
Expand Down
Loading

0 comments on commit 9f1c752

Please sign in to comment.