Skip to content

feat: fix and update CI scripts #110

feat: fix and update CI scripts

feat: fix and update CI scripts #110

Workflow file for this run

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