Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.0 #2479

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.0.0 #2479

Workflow file for this run

name: TypeScript Benchmark
on:
pull_request:
paths:
- ".github/workflows/benchmark.yml"
- "package.json"
- "types/**"
- "benchmarks/typescript/**"
push:
branches:
- master
paths:
- ".github/workflows/benchmark.yml"
- "package.json"
- "types/**"
- "benchmarks/typescript/**"
permissions:
contents: read
jobs:
typescript:
runs-on: ubuntu-20.04
name: Benchmark TypeScript Types
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
- run: npm install
- run: node ./scripts/create-tarball.js
- run: npm run ts-benchmark