Skip to content

Bump @adobe/css-tools from 4.2.0 to 4.3.2 #34

Bump @adobe/css-tools from 4.2.0 to 4.3.2

Bump @adobe/css-tools from 4.2.0 to 4.3.2 #34

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test