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 94230bb commit 2cc03cbCopy full SHA for 2cc03cb
.github/workflows/deploy.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-node@v4
28
with:
29
- node-version: "22.x"
+ node-version: "24.x"
30
cache: "npm"
31
32
- name: Install dependencies
.github/workflows/test-and-release.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
- name: Semantic release
0 commit comments