Skip to content

build(deps-dev): bump svgo from 2.8.0 to 2.8.2 #22

build(deps-dev): bump svgo from 2.8.0 to 2.8.2

build(deps-dev): bump svgo from 2.8.0 to 2.8.2 #22

Workflow file for this run

---
name: 👮 CI
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npx --no -- eslint .
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run build