Skip to content

Bump postcss from 8.4.12 to 8.4.31 in /web #9

Bump postcss from 8.4.12 to 8.4.31 in /web

Bump postcss from 8.4.12 to 8.4.31 in /web #9

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Running npm install and installing gulp
run: |
cd web
npm install
- name: Running build
run: |
cd web
npm run build