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 4a70d3e commit 6ab5288Copy full SHA for 6ab5288
.github/workflows/benchmark.yml
@@ -18,6 +18,7 @@ on:
18
- 'packages/endpoint/src/schemas/**'
19
- 'packages/core/src/**'
20
- 'examples/benchmark/**'
21
+ - '.github/workflows/benchmark.yml'
22
jobs:
23
benchmark:
24
@@ -29,7 +30,7 @@ jobs:
29
30
fetch-depth: 1
31
- uses: actions/setup-node@v4
32
with:
- node-version: '20'
33
+ node-version: '22'
34
cache: 'yarn'
35
- name: Install packages
36
run: |
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
0 commit comments