Skip to content

build(deps): bump postcss from 8.4.14 to 8.4.31 #73

build(deps): bump postcss from 8.4.14 to 8.4.31

build(deps): bump postcss from 8.4.14 to 8.4.31 #73

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup nodejs
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install and Build 🔧
run: |
npm ci
npm run build