Skip to content

🚨 [security] Update postcss 8.4.21 → 8.4.45 (patch) #472

🚨 [security] Update postcss 8.4.21 → 8.4.45 (patch)

🚨 [security] Update postcss 8.4.21 → 8.4.45 (patch) #472

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