We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff685a + 3e7385a commit c1e1906Copy full SHA for c1e1906
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
21
with:
22
node-version: 20
23
registry-url: https://registry.npmjs.org/
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments