microsoft / microsoft/vscode-platform-specific-sample
Obsolete Node Version
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 12
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 2
Description
Your build system is dependent on no-longer-supported version of node:
Consider upgrading to Node 22 or similar.
(This is coming up as I'm looking to do similar work in a VS Code extension we're developing and looking for multi-platform examples...)
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start with .github/workflows/ci.yml at line 51 and inspect the configured Node version. Update the workflow to Node 22 or a similar supported version, then confirm the build workflow completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, node.js
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100