Skip to content

chore(gauntlet): declare minimum Node.js version - #1601

Open
pythonsaber2 wants to merge 1 commit into
smartcontractkit:developfrom
pythonsaber2:fix/node-engine-requirements
Open

chore(gauntlet): declare minimum Node.js version#1601
pythonsaber2 wants to merge 1 commit into
smartcontractkit:developfrom
pythonsaber2:fix/node-engine-requirements

Conversation

@pythonsaber2

Copy link
Copy Markdown

Summary

  • declare Node.js 20 as the minimum supported runtime for @chainlink/gauntlet-solana
  • declare the same runtime floor for @chainlink/gauntlet-solana-contracts
  • align package metadata with the repository's .tool-versions and CI runtime

Verification

  • corepack yarn --cwd ./gauntlet install --frozen-lockfile
  • corepack yarn --cwd ./gauntlet build
  • corepack yarn --cwd ./gauntlet lint:format

Closes #239

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.

Explicitly declare minimum required Node.js version for any project that uses Node.js.

1 participant