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 08c9b98 commit f1f481cCopy full SHA for f1f481c
.github/workflows/benchmark.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v5
29
with:
30
fetch-depth: 1
31
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
32
33
node-version: '24'
34
cache: 'yarn'
.github/workflows/bundle_size.yml
@@ -26,7 +26,7 @@ jobs:
26
27
fetch-depth: 2
node-version: '22'
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
17
18
19
20
0 commit comments