.nvmrc pins Node 20 but wrangler 4.95 needs Node 22
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 88/100
Research direction
Update the Node version in .nvmrc and .github/workflows/ci.yml from 20 to 22. Start by checking both version settings, then run pnpm install and pnpm test; done means a fresh install and test run no longer fail the Wrangler Node-version check.
Written by the indexing model from the issue text.
Description
Fresh clone, then pnpm install + pnpm test:
Wrangler requires at least Node.js v22.0.0. You are using v20.20.2.
.nvmrc is 20 and .github/workflows/ci.yml uses node-version: 20, but wrangler@^4.95.0 (devDependency) requires Node >=22. A fresh install resolves wrangler 4.95, so anything that shells out to it — pnpm test (via vitest-pool-workers) and wrangler dev — fails on Node 20.
Bumping .nvmrc and the CI workflow to 22 sorts it.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 2
- Avg merge
- 23m
- Merged PRs (30d)
- 5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from choyiny/opensigma
All issues in choyiny/opensigma
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100