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 6d06002 commit 67af87bCopy full SHA for 67af87b
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v6
17
with:
18
- node-version: 24.11.1
+ node-version: 24.12.0
19
cache: "yarn"
20
- name: Install dependencies and Build
21
run: yarn install --frozen-lockfile
.github/workflows/perf.yml
- name: Run performance tests
run: ./reassure-tests.sh
0 commit comments