Skip to content

fix: upgrade autoprefixer from 10.4.15 to 10.4.17 (#1032) #1319

fix: upgrade autoprefixer from 10.4.15 to 10.4.17 (#1032)

fix: upgrade autoprefixer from 10.4.15 to 10.4.17 (#1032) #1319

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm test