We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00e6d8 commit 6539484Copy full SHA for 6539484
.github/workflows/ci.yml
@@ -59,7 +59,8 @@ jobs:
59
with:
60
fetch-depth: 0
61
62
- - uses: actions/setup-node@v4
+ - name: Setup Node
63
+ uses: actions/setup-node@v6
64
65
node-version: '24'
66
@@ -96,7 +97,8 @@ jobs:
96
97
98
99
100
101
102
103
104
@@ -135,7 +137,8 @@ jobs:
135
137
136
138
139
140
141
142
143
144
0 commit comments