We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1398d5 + 5fb0dfe commit 79bb006Copy full SHA for 79bb006
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Setup Node.js
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
19
with:
20
node-version: '20'
21
cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments