Skip to content

Commit

Permalink
chore: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Mar 31, 2023
1 parent a004f6f commit 8709f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ node {
}

task buildFrontend(type: NpxTask) {
command = 'pnpm'
command = 'pnpm@7'
args = ['build:packages']
}

task pnpmInstall(type: NpxTask) {
command = "pnpm"
command = "pnpm@7"
args = ["install"]
}

Expand Down

0 comments on commit 8709f88

Please sign in to comment.