We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96ab87 commit 9111598Copy full SHA for 9111598
.github/workflows/ci.yml
@@ -26,12 +26,12 @@ jobs:
26
# Steps represent a sequence of tasks that will be executed as part of the job
27
steps:
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
30
31
- name: Setup node and its dependencies
32
shell: bash -l {0}
33
run: |
34
- export NVM_VERSION=0.39.0
+ export NVM_VERSION=0.40.1
35
export NODE_VERSION=22.13.0
36
export NPM_VERSION=11.0.0
37
export NVM_DIR="$HOME/.nvm"
0 commit comments