Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0 #1998

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0 #1998

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 24
- run: npm ci
- run: tsc
- run: script/build
- run: web.esphome.io/script/build_web
- run: npm exec -- prettier --check src web.esphome.io/src