Skip to content

Bump lint-staged from 14.0.1 to 15.0.2 #232

Bump lint-staged from 14.0.1 to 15.0.2

Bump lint-staged from 14.0.1 to 15.0.2 #232

Workflow file for this run

name: Build Performance
on:
pull_request:
branches:
- master
jobs:
build-time:
name: Build Time Performance
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Installation
run: npm install
- name: Build (cold cache)
run: npm run build
timeout-minutes: 5
- name: Build (warm cache)
run: npm run build
timeout-minutes: 2