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 a24d64d commit 63c5a43Copy full SHA for 63c5a43
.github/workflows/benchmarks.yml
@@ -30,7 +30,7 @@ jobs:
30
persist-credentials: false
31
32
- name: Setup Node
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
34
with:
35
check-latest: true
36
node-version: 20
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Setup Node ${{ matrix.node-version }}
44
45
46
47
node-version: ${{ matrix.node-version }}
.github/workflows/metrics.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
0 commit comments