Manual bump up node feature version to solve yarn issue#1766
Merged
abdurriq merged 2 commits intodevcontainers:mainfrom Jan 30, 2026
Merged
Manual bump up node feature version to solve yarn issue#1766abdurriq merged 2 commits intodevcontainers:mainfrom
abdurriq merged 2 commits intodevcontainers:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the node feature version across all devcontainer images to incorporate critical yarn-related fixes, and updates test scripts to ensure yarn functionality through corepack.
Changes:
- Updated node feature from version 1.6.4 to 1.7.1 across 12 devcontainer images to include upstream fixes for yarn issues
- Modified test scripts in 6 images (ruby, python, php, java, go, dotnet) to install Node 24 (instead of Node 10) and enable corepack before testing yarn
- Updated github-cli feature from 1.0.15 to 1.1.0 in the universal image
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/universal/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 and github-cli to 1.1.0 |
| src/ruby/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/ruby/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/python/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/python/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/php/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/php/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/miniconda/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/jekyll/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/javascript-node/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/java/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/java/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/java-8/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/go/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/go/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/dotnet/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
| src/dotnet/test-project/test.sh | Changed nvm to install Node 24 and added corepack enable before yarn test |
| src/anaconda/.devcontainer/devcontainer-lock.json | Updated node feature to 1.7.1 |
abdurriq
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: #1752
Description:
Running
devcontainer upgradefor all image variants to bump up node feature version1.7.1to ensure node dev container feature fixes 1 and 2 are included in dev build.Also fixed failing test scripts to activate
yarnviacorepackChangelog:
devcontainer-lock.jsonfiles as well as failing test scripts.Checklist: