Skip to content

Commit

Permalink
bump package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Sep 9, 2024
1 parent ef5646a commit 1452b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "./build/src/index.js",
"types": "build/src/index.d.ts",
"bin": "./build/src/bin/release-please.js",
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
"pnpm": ">=9"
},
"scripts": {
"build": "tsc --project tsconfig.json",
Expand Down

0 comments on commit 1452b26

Please sign in to comment.