Skip to content

Update dependency autoprefixer to v10.4.20 #307

Update dependency autoprefixer to v10.4.20

Update dependency autoprefixer to v10.4.20 #307

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: npm ci
- name: Run linter ⚡
run: npm run lint
- name: Run build 🔨
run: npm run build