Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(ci): fix workflow pnpm install error (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jul 18, 2023
1 parent 85adc04 commit 9eefc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7.14.2
version: 8.4.0
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 1 addition & 0 deletions cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ var ProverFlags = MergeFlags(CommonFlags, []cli.Flag{
RandomDummyProofDelay,
OracleProver,
OracleProverPrivateKey,
OracleProofSubmissionDelay,
Graffiti,
TaikoProverPoolL1Address,
CheckProofWindowExpiredInterval,
Expand Down

2 comments on commit 9eefc8d

@10088888
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

太鼓-客户端提议者 \

@azou1313
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chuanxingkeji

Please sign in to comment.