We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-node
1 parent d7245e2 commit b73950bCopy full SHA for b73950b
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Setup Node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
node-version-file: .nvmrc
21
cache: npm
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0
39
40
41
42
43
44
0 commit comments