Skip to content

Update autoprefixer 10.4.13 → 10.4.20 (patch) #466

Update autoprefixer 10.4.13 → 10.4.20 (patch)

Update autoprefixer 10.4.13 → 10.4.20 (patch) #466

Workflow file for this run

name: Run build
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
development:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install