Enhancement#2
Open
richarai7 wants to merge 2 commits into
Open
Conversation
* replace power with percentage * text
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.
This pull request updates and modernizes the GitHub Copilot Node Calculator workshop. The changes improve the clarity and accuracy of workshop instructions, update dependencies and tooling for compatibility with recent Node.js and GitHub Actions releases, and refresh supporting documentation for both participants and facilitators.
Key changes include:
Workshop instructions and documentation improvements
Refreshed
.instructions/1. setup.md,.instructions/2. core exercises.md, and.instructions/3. challenge exercises.mdto clarify steps, update terminology, and align exercise flow with current Copilot and Codespaces experiences. This includes more accurate setup steps, revised exercise language, and improved troubleshooting guidance.Updated
.instructions/4. additional resources.mdto provide more relevant, official documentation links and practice resources, replacing older video links.Improved facilitator guidance in
.instructions/workshop organisers.mdwith up-to-date information on Copilot plans and workshop delivery best practices.Rewrote and reorganized
README.mdfor clarity, quick start, and accurate project/workshop structure.Development environment and CI modernization
Updated
.devcontainer/devcontainer.jsonto use a newer Node.js dev container image and simplified extension references for compatibility.Modernized
.github/workflows/node.js.ymlto test on Node.js 20.x and 22.x, use latest GitHub Actions versions, cache npm dependencies, and improve artifact naming.Improved
.eslintrc.jsto set the correct environment for Node.js, clarify global variables, and update parser options for consistency.