Skip to content

build(deps): bump preact from 10.28.4 to 10.29.0 (#337) #1165

build(deps): bump preact from 10.28.4 to 10.29.0 (#337)

build(deps): bump preact from 10.28.4 to 10.29.0 (#337) #1165

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run ESLint
run: npm run lint