Skip to content

Merge pull request #14956 from Automattic/vkarpov15/gh-14950 #2635

Merge pull request #14956 from Automattic/vkarpov15/gh-14950

Merge pull request #14956 from Automattic/vkarpov15/gh-14950 #2635

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 16
- run: npm install
- run: node ./scripts/create-tarball.js
- run: npm run ts-benchmark