diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a1cb452f1d..8558f1e66f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -5,13 +5,14 @@ on: types: [published] jobs: - node-tests: + benchmark-tests: strategy: fail-fast: false matrix: node_version: - "18" runs-on: self-hosted + timeout-minutes: 10 env: NPM_CONFIG_UNSAFE_PERM: true steps: