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 b216e2a commit ac1dafb
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

0 comments on commit ac1dafb

Please sign in to comment.