Skip to content

Build(deps-dev): bump autoprefixer from 10.4.15 to 10.4.16 #1583

Build(deps-dev): bump autoprefixer from 10.4.15 to 10.4.16

Build(deps-dev): bump autoprefixer from 10.4.15 to 10.4.16 #1583

Workflow file for this run

name: "Node"
on:
pull_request:
paths-ignore:
- ".docs/**"
push:
branches:
- "*"
schedule:
- cron: "0 8 * * 1" # At 08:00 on Monday
jobs:
webpack:
name: "Webpack Build"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Use Node.js"
uses: "actions/setup-node@v1"
with:
node-version: "15.x"
- run: npm ci
- run: npm run build