Skip to content

Commit 9111598

Browse files
committed
Update CI workflow: upgrade actions/checkout to v4 and NVM to 0.40.1
1 parent b96ab87 commit 9111598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030

3131
- name: Setup node and its dependencies
3232
shell: bash -l {0}
3333
run: |
34-
export NVM_VERSION=0.39.0
34+
export NVM_VERSION=0.40.1
3535
export NODE_VERSION=22.13.0
3636
export NPM_VERSION=11.0.0
3737
export NVM_DIR="$HOME/.nvm"

0 commit comments

Comments
 (0)