From 2b028694f5fe5e6de4beb01dc13ba7df89701413 Mon Sep 17 00:00:00 2001 From: Adrien Cacciaguerra Date: Tue, 27 Jun 2023 18:00:43 +0200 Subject: [PATCH] chore(ci): use newer codspeed action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a7f6e5..120005f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,13 +92,13 @@ jobs: - name: Run benchmarks with tinybench-plugin if: matrix.skip-tinybench != true - uses: CodSpeedHQ/action@feat/node-script + uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core with: run: pnpm --filter ${{ matrix.example }} bench-tinybench env: CODSPEED_SKIP_UPLOAD: true - name: Run benchmarks with benchmark.js-plugin - uses: CodSpeedHQ/action@feat/node-script + uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core with: run: pnpm --filter ${{ matrix.example }} bench-benchmark-js env: