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 dc14d2f commit c391263Copy full SHA for c391263
.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@v6
19
with:
20
node-version: "22"
21
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
32
33
34
35
0 commit comments