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 72ba7cb commit 18978f8Copy full SHA for 18978f8
.github/workflows/build-and-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: corepack enable
29
30
- name: Setup Node.js
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
32
with:
33
node-version: "22"
34
cache: "yarn"
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
registry-url: "https://registry.npmjs.org"
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
0 commit comments