Skip to content

Bump autoprefixer from 10.4.19 to 10.4.20 #358

Bump autoprefixer from 10.4.19 to 10.4.20

Bump autoprefixer from 10.4.19 to 10.4.20 #358

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: "3.11.5"
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: npm
- run: npm install
- uses: pre-commit/[email protected]