Skip to content

chore: update pnpm-lock.yaml for dotenv devDependency (9221 CI fix)#20

Closed
lodekeeper wants to merge 5 commits intounstablefrom
fix/pr9221-lockfile
Closed

chore: update pnpm-lock.yaml for dotenv devDependency (9221 CI fix)#20
lodekeeper wants to merge 5 commits intounstablefrom
fix/pr9221-lockfile

Conversation

@lodekeeper
Copy link
Copy Markdown
Owner

Summary

Local test PR to run CI on the lodekeeper/lodestar fork for upstream ChainSafe#9221 (feat: support nightly spec tests by @brech1).

This branch = brech1/feat/nightly-workflow + one lockfile commit.

Upstream CI is failing with ERR_PNPM_OUTDATED_LOCKFILE because dotenv@^16.4.5 was added to packages/beacon-node/package.json but pnpm-lock.yaml wasn't regenerated. The single commit on top of the PR branch adds the missing 3 lines.

Notes

Local validation of the nightly-download path also passed:

  • pnpm download-spec-tests latest successfully fetched general/mainnet/minimal artifacts (~1.5GB) from ethereum/consensus-specs run 24809971298 via GitHub API.
  • pnpm test:spec:general ran green (2437/2437 passing) against the nightly-downloaded tests.

AI assistance

Drafted and validated with AI assistance.

brech1 and others added 4 commits April 17, 2026 01:31
dotenv@^16.4.5 was added to packages/beacon-node/package.json in the
nightly-spec-tests support work but pnpm-lock.yaml wasn't regenerated,
causing `pnpm install --frozen-lockfile` to fail in CI with
ERR_PNPM_OUTDATED_LOCKFILE.

🤖 Generated with AI assistance
Upstream consensus-specs ChainSafe#5127 adds epoch_boundary sanity tests for
Gloas (and post-Gloas `heze`). The case format is identical to blocks
(pre / post / blocks_N / meta.blocks_count), so route it through the
existing sanityBlocks runner.

Surfaced by pnpm test:spec:minimal against nightly artifacts downloaded
via the new nightly workflow in ChainSafe#9221.

🤖 Generated with AI assistance
@lodekeeper lodekeeper closed this Apr 24, 2026
@lodekeeper lodekeeper reopened this Apr 24, 2026
@lodekeeper
Copy link
Copy Markdown
Owner Author

Superseded by upstream ChainSafe#9221 (identical diff).

@lodekeeper lodekeeper closed this Apr 24, 2026
@lodekeeper lodekeeper deleted the fix/pr9221-lockfile branch April 24, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants