Skip to content

Bump @adobe/css-tools from 4.3.1 to 4.3.2 #80

Bump @adobe/css-tools from 4.3.1 to 4.3.2

Bump @adobe/css-tools from 4.3.1 to 4.3.2 #80

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test