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 2b81c5e commit 3158897Copy full SHA for 3158897
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Setup node
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
29
with:
30
node-version: 24
31
registry-url: "https://registry.npmjs.org"
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -72,7 +72,7 @@ jobs:
72
73
fetch-depth: 0
74
75
76
77
78
0 commit comments