Skip to content

Bump eslint-plugin-github from 5.0.2 to 5.1.0 in the development-dependencies group #654

Bump eslint-plugin-github from 5.0.2 to 5.1.0 in the development-dependencies group

Bump eslint-plugin-github from 5.0.2 to 5.1.0 in the development-dependencies group #654

Workflow file for this run

name: Size
on: [pull_request]
jobs:
size:
name: Size
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Size Limit
run: npm run size-limit