Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: adding-pr-instructions-artifact
path: addingPrInstructions/artifact/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note: Understanding how git remotes work will make collaborating much easier. Yo

### **2.3 Get up and running**

1. Install NVM (Node Version Manager). NVM allows you to easily manage and switch between multiple versions of Node.
1. Install [NVM (Node Version Manager)](https://github.com/nvm-sh/nvm). NVM allows you to easily manage and switch between multiple versions of Node.

- Verify the installation: `nvm --version`
- Once NVM is verified, run the following commands from the root of the project:
Expand Down
Loading
Loading