Skip to content

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

Bump @adobe/css-tools from 4.2.0 to 4.3.2

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

Workflow file for this run

name: Unit tests
on: push
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
node-version: "18.x"
- name: install dependencies
run: npm ci
- name: Run Tests
run: npm run test