Skip to content

Bump @adobe/css-tools from 4.0.1 to 4.3.1 in /frontend/distiller #1354

Bump @adobe/css-tools from 4.0.1 to 4.3.1 in /frontend/distiller

Bump @adobe/css-tools from 4.0.1 to 4.3.1 in /frontend/distiller #1354

Workflow file for this run

name: frontend build
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build:
defaults:
run:
working-directory: frontend/distiller
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run prettier:check-all
- run: npm run build