Skip to content

feat: fix CI: fix TS18046 errors in catch blocks for strict mode compliance #84

feat: fix CI: fix TS18046 errors in catch blocks for strict mode compliance

feat: fix CI: fix TS18046 errors in catch blocks for strict mode compliance #84

Workflow file for this run

name: Benchmarks
on: [push, pull_request]
permissions:
contents: read
jobs:
benchmark:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [^18, ^20]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependency
run: yarn install && yarn global add ts-node
- name: Run Benchmark
run: yarn benchmark