We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d336b commit b1abf27Copy full SHA for b1abf27
3 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
19
with:
20
node-version: 24
21
cache: npm
@@ -32,7 +32,7 @@ jobs:
32
33
fetch-depth: 0
34
35
36
37
38
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
22
0 commit comments