Skip to content

Commit 9514e94

Browse files
committed
ci: align Node to 24 across workflows and fix JSX SVG attribute casing
1 parent 877f837 commit 9514e94

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/manual_release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
env:
26-
NODE_VERSION: 22
26+
NODE_VERSION: 24
2727
PYTHON_VERSION: 3.14
2828

2929
jobs:

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828

2929
env:
30-
NODE_VERSION: "22"
30+
NODE_VERSION: "24"
3131
PYTHON_VERSION: "3.14"
3232

3333
jobs:

website/src/components/Gradients.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default function Gradients() {
1212
y2="34.5208"
1313
gradientUnits="userSpaceOnUse"
1414
>
15-
<stop offset="0%" stop-color="#9dceff" />
16-
<stop offset="70%" stop-color="#4584b6" />
17-
<stop offset="100%" stop-color="#4584b6" />
15+
<stop offset="0%" stopColor="#9dceff" />
16+
<stop offset="70%" stopColor="#4584b6" />
17+
<stop offset="100%" stopColor="#4584b6" />
1818
</linearGradient>
1919
<linearGradient
2020
id="gradient-2"
@@ -24,7 +24,7 @@ export default function Gradients() {
2424
y2="26.2295"
2525
gradientUnits="userSpaceOnUse"
2626
>
27-
<stop offset="0%" stop-color="#4584b6" />
27+
<stop offset="0%" stopColor="#4584b6" />
2828
</linearGradient>
2929
</defs>
3030
</svg>

website/src/components/RunnableCodeBlock.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Make sure you are importing the code block contents with the roa-loader.`);
5252
<path
5353
className="apify-logo"
5454
fill="#000"
55-
fill-rule="evenodd"
55+
fillRule="evenodd"
5656
d="M53.32 6.042c3.102 0 5.641 2.321 5.641 6.19 0 3.893-2.538 6.19-5.641 6.19-2.586 0-3.88-1.594-4.114-2.063v6.776h-2.962V6.3h2.985v1.876c.212-.446 1.505-2.134 4.09-2.134Zm-.776 2.626c-2.045 0-3.362 1.524-3.362 3.564 0 2.017 1.316 3.564 3.362 3.564 2.068 0 3.385-1.547 3.385-3.564 0-2.04-1.317-3.564-3.385-3.564ZM38.44 5.995c3.69 0 5.735 1.923 5.735 4.736v4.01c0 .704.259 1.032.94 1.079v2.415h-.94c-1.48-.024-2.445-.587-2.774-1.642-.587.844-1.81 1.83-3.855 1.83-2.797 0-4.913-1.595-4.913-4.01 0-2.392 1.81-3.682 4.748-3.682h3.903c0-1.43-1.105-2.344-2.845-2.344-1.645 0-2.303.89-2.468 1.195h-3.033c.236-1.266 1.764-3.587 5.501-3.587Zm-.565 6.776c-1.387 0-2.28.516-2.28 1.595 0 1.149 1.081 1.829 2.586 1.829 1.692 0 3.103-.844 3.103-2.415V12.77h-3.409Z"
57-
clip-rule="evenodd"
57+
clipRule="evenodd"
5858
/>
5959
<path
6060
className="apify-logo"

0 commit comments

Comments
 (0)