Skip to content

Bump @adobe/css-tools from 4.2.0 to 4.3.1 #54

Bump @adobe/css-tools from 4.2.0 to 4.3.1

Bump @adobe/css-tools from 4.2.0 to 4.3.1 #54

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm i
shell: bash
- run : npm ci
shell: bash
- run : npm run build
shell: bash