Skip to content

build(deps-dev): bump postcss from 8.4.47 to 8.4.49 #632

build(deps-dev): bump postcss from 8.4.47 to 8.4.49

build(deps-dev): bump postcss from 8.4.47 to 8.4.49 #632

name: Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: current
cache: 'npm'
- run: npm install
- run: npm run test --if-present
- run: npm run build --if-present