From c18749e4b66d4478131304d7b3e2db55fb6a9cae Mon Sep 17 00:00:00 2001 From: geolunalg Date: Wed, 12 Nov 2025 03:48:17 +0000 Subject: [PATCH] update github action to v4 and add NVM link --- .github/workflows/pr-instructions.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-instructions.yml b/.github/workflows/pr-instructions.yml index 568e499f8..8f94abd3e 100644 --- a/.github/workflows/pr-instructions.yml +++ b/.github/workflows/pr-instructions.yml @@ -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/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b3b13aa7..82878d447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: