File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt
2929
3030 - name : Upload Artifacts
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : adding-pr-instructions-artifact
3434 path : addingPrInstructions/artifact/
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Note: Understanding how git remotes work will make collaborating much easier. Yo
106106
107107### ** 2.3 Get up and running**
108108
109- 1 . Install NVM (Node Version Manager). NVM allows you to easily manage and switch between multiple versions of Node.
109+ 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.
110110
111111 - Verify the installation: ` nvm --version `
112112 - Once NVM is verified, run the following commands from the root of the project:
You can’t perform that action at this time.
0 commit comments