Skip to content

Commit

Permalink
Update CI workflow: upgrade actions/checkout to v4 and NVM to 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaRa94 committed Jan 13, 2025
1 parent b96ab87 commit 9111598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup node and its dependencies
shell: bash -l {0}
run: |
export NVM_VERSION=0.39.0
export NVM_VERSION=0.40.1
export NODE_VERSION=22.13.0
export NPM_VERSION=11.0.0
export NVM_DIR="$HOME/.nvm"
Expand Down

0 comments on commit 9111598

Please sign in to comment.