We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bc4b2 commit 26ca61fCopy full SHA for 26ca61f
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: go-task/setup-task@v1
26
27
- name: Setup Node.js
28
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
29
with:
30
node-version-file: '.nvmrc'
31
cache: 'npm'
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
0 commit comments