Skip to content

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #8

build(deps-dev): bump postcss from 8.4.21 to 8.4.31

build(deps-dev): bump postcss from 8.4.21 to 8.4.31 #8

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm ci
npm run build:dev