Skip to content

chore(linting): combobox, silence warnings #1944

chore(linting): combobox, silence warnings

chore(linting): combobox, silence warnings #1944

Workflow file for this run

name: Bundle Stats
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: write
pull-requests: write
actions: read
jobs:
compare:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: '24'
- name: Enable Corepack
run: corepack enable
- uses: grafana/plugin-actions/bundle-size@main
with:
node-version: '24'