Skip to content

Commit

Permalink
ci: Fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 8, 2024
1 parent 87d6c44 commit b3443b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 8
run_install: true

- run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"typescript": "5.6.0-dev.20240620",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.7.0"
}

0 comments on commit b3443b4

Please sign in to comment.